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)
|
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)
|