HomeSort by relevance Sort by last modified time
    Searched refs:offMethod_name (Results 1 - 14 of 14) sorted by null

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 59 ldr r1, [r0, #offMethod_name] @ r1<- method name
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 68 movl offMethod_name(%ecx),%eax
  /dalvik/vm/mterp/common/
asm-constants.h 141 MTERP_OFFSET(offMethod_name, Method, name, 16)
  /dalvik/vm/compiler/template/mips/
header.S 313 #define LOAD_base_offMethod_name(rd,rbase) LOAD_RB_OFF(rd,rbase,offMethod_name)
  /dalvik/vm/mterp/mips/
header.S 254 #define LOAD_base_offMethod_name(rd, rbase) LOAD_RB_OFF(rd, rbase, offMethod_name)
  /dalvik/vm/compiler/codegen/x86/
Lower.h 131 #define offMethod_name 16
    [all...]
LowerInvoke.cpp 173 move_mem_to_reg(OpndSize_32, offMethod_name, PhysicalReg_EAX, true, PhysicalReg_EDX, true); //method name
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 320 #define LOAD_base_offMethod_name(rd,rbase) LOAD_RB_OFF(rd,rbase,offMethod_name)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-mips.S 261 #define LOAD_base_offMethod_name(rd, rbase) LOAD_RB_OFF(rd, rbase, offMethod_name)
    [all...]
InterpAsm-x86.S     [all...]

Completed in 621 milliseconds