Uses of Class
org.jikesrvm.tools.header_gen.GenArch

Packages that use GenArch
org.jikesrvm.tools.header_gen   
 

Uses of GenArch in org.jikesrvm.tools.header_gen
 

Subclasses of GenArch in org.jikesrvm.tools.header_gen
(package private)  class GenArch_ia32
          Emit the architecture-specific part of a header file containing declarations required to access VM data structures from C++.
(package private)  class GenArch_ppc
          Emit the architecture-specific part of a header file containing declarations required to access VM data structures from C++.
 

Fields in org.jikesrvm.tools.header_gen declared as GenArch
(package private) static GenArch GenerateInterfaceDeclarations.arch