Searched refs:calleeMethod (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/ |
D | InlineTransformation.cpp | 23 const Method *calleeMethod, in convertRegId() argument 28 (calleeMethod->registersSize - calleeMethod->insSize); in convertRegId() 38 const Method *calleeMethod, in inlineGetter() argument 56 dexDecodeInstruction(calleeMethod->insns, &getterInsn); in inlineGetter() 58 if (!dvmCompilerCanIncludeThisInstruction(calleeMethod, &getterInsn)) in inlineGetter() 81 getterInsn.vB = convertRegId(&invokeMIR->dalvikInsn, calleeMethod, in inlineGetter() 86 getterInsn.vC = convertRegId(&invokeMIR->dalvikInsn, calleeMethod, in inlineGetter() 105 newGetterMIR->meta.calleeMethod = calleeMethod; in inlineGetter() 138 const Method *calleeMethod, in inlineSetter() argument 154 dexDecodeInstruction(calleeMethod->insns, &setterInsn); in inlineSetter() [all …]
|
D | Frontend.cpp | 89 const Method *calleeMethod = in findBlockBoundary() local 92 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary() 93 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary() 96 *callee = calleeMethod; in findBlockBoundary() 101 const Method *calleeMethod = in findBlockBoundary() local 104 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary() 105 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary() 108 *callee = calleeMethod; in findBlockBoundary() 113 const Method *calleeMethod = in findBlockBoundary() local 116 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary() [all …]
|
D | CompilerIR.h | 136 const Method *calleeMethod; member
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1106 const Method *calleeMethod) in genInvokeSingletonCommon() argument 1125 loadConstant(cUnit, r7, calleeMethod->registersSize); in genInvokeSingletonCommon() 1133 if (dvmIsNativeMethod(calleeMethod)) { in genInvokeSingletonCommon() 1142 loadConstant(cUnit, r2, calleeMethod->outsSize); in genInvokeSingletonCommon() 1627 mir->meta.calleeMethod : cUnit->method; in handleFmt21c_Fmt31c() 1671 mir->meta.calleeMethod : cUnit->method; in handleFmt21c_Fmt31c() 1707 mir->meta.calleeMethod : cUnit->method; in handleFmt21c_Fmt31c() 1758 mir->meta.calleeMethod : cUnit->method; in handleFmt21c_Fmt31c() 2413 mir->meta.calleeMethod : cUnit->method; in handleFmt22c() 3035 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local [all …]
|
/dalvik/vm/interp/ |
D | Jit.cpp | 706 const Method* calleeMethod, in insertClassMethodInfo() argument 720 self->trace[currTraceRun].info.meta = (void *) calleeMethod; in insertClassMethodInfo()
|