Home
last modified time | relevance | path

Searched refs:calleeMethod (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/
DInlineTransformation.cpp23 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 …]
DFrontend.cpp89 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 …]
DCompilerIR.h136 const Method *calleeMethod; member
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1106 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/
DJit.cpp706 const Method* calleeMethod, in insertClassMethodInfo() argument
720 self->trace[currTraceRun].info.meta = (void *) calleeMethod; in insertClassMethodInfo()