Searched refs:offMethod_methodIndex (Results 1 – 15 of 15) sorted by relevance
/dalvik/vm/mterp/armv5te/ |
D | OP_INVOKE_VIRTUAL.S | 39 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
D | OP_INVOKE_SUPER.S | 37 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
/dalvik/vm/mterp/x86/ |
D | OP_INVOKE_VIRTUAL.S | 42 movzwl offMethod_methodIndex(%eax),%eax # eax<- baseMethod->methodIndex
|
D | OP_INVOKE_SUPER.S | 36 movzwl offMethod_methodIndex(%ecx),%edx # edx<- baseMthod->methodIndex
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 138 MTERP_OFFSET(offMethod_methodIndex, Method, methodIndex, 8)
|
/dalvik/vm/mterp/mips/ |
D | header.S | 257 #define LOADu2_offMethod_methodIndex(rd, rbase) LOADu2_RB_OFF(rd, rbase, offMethod_methodIndex)
|
/dalvik/vm/compiler/template/mips/ |
D | header.S | 316 #define LOADu2_offMethod_methodIndex(rd,rbase) LOADu2_RB_OFF(rd,rbase,offMethod_methodIndex)
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.h | 133 #define offMethod_methodIndex 8 macro
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-mips.S | 323 #define LOADu2_offMethod_methodIndex(rd,rbase) LOADu2_RB_OFF(rd,rbase,offMethod_methodIndex)
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a.S | 8887 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 8904 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 8987 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9004 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
D | InterpAsm-armv7-a-neon.S | 8887 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 8904 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 8987 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9004 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
D | InterpAsm-armv5te-vfp.S | 8950 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 8967 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9050 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9067 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
D | InterpAsm-armv5te.S | 9408 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9425 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9508 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex 9525 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
|
D | InterpAsm-x86.S | 4462 movzwl offMethod_methodIndex(%eax),%eax # eax<- baseMethod->methodIndex 4507 movzwl offMethod_methodIndex(%ecx),%edx # edx<- baseMthod->methodIndex
|
D | InterpAsm-mips.S | 264 #define LOADu2_offMethod_methodIndex(rd, rbase) LOADu2_RB_OFF(rd, rbase, offMethod_methodIndex)
|