Uses of Class
joeq.Assembler.x86.x86Assembler

Packages that use x86Assembler
joeq.Compiler.Quad.x86   
joeq.Compiler.Reference.x86   
 

Uses of x86Assembler in joeq.Compiler.Quad.x86
 

Methods in joeq.Compiler.Quad.x86 with parameters of type x86Assembler
static void SimpleCompiler.emitCallMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitCallRelative(jq_Method target, x86Assembler asm, List code_relocs)
           
static void SimpleCompiler.emitFLD64(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitPopMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitPopMemory8(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitPushAddressOf(Object o, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitPushMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void SimpleCompiler.emitPushMemory8(jq_StaticField f, x86Assembler asm, List data_relocs)
           
 

Uses of x86Assembler in joeq.Compiler.Reference.x86
 

Methods in joeq.Compiler.Reference.x86 with parameters of type x86Assembler
static void x86ReferenceCompiler.emitCallMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitCallRelative(jq_Method target, x86Assembler asm, List code_relocs)
           
static void x86ReferenceCompiler.emitFLD64(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitPopMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitPopMemory8(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitPushAddressOf(Object o, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitPushMemory(jq_StaticField f, x86Assembler asm, List data_relocs)
           
static void x86ReferenceCompiler.emitPushMemory8(jq_StaticField f, x86Assembler asm, List data_relocs)
           
 



Copyright © 2001-2005 John Whaley. All Rights Reserved.