Home | History | Annotate | Download | only in compiler

Lines Matching defs:calleeMethod

23                               const Method *calleeMethod,
28 (calleeMethod->registersSize - calleeMethod->insSize);
38 const Method *calleeMethod,
49 dexDecodeInstruction(gDvm.instrFormat, calleeMethod->insns, &getterInsn);
51 if (!dvmCompilerCanIncludeThisInstruction(calleeMethod, &getterInsn))
74 getterInsn.vB = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
79 getterInsn.vC = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
98 newGetterMIR->meta.calleeMethod = calleeMethod;
131 const Method *calleeMethod,
140 dexDecodeInstruction(gDvm.instrFormat, calleeMethod->insns, &setterInsn);
142 if (!dvmCompilerCanIncludeThisInstruction(calleeMethod, &setterInsn))
148 setterInsn.vA = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
154 setterInsn.vB = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
160 setterInsn.vC = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
177 newSetterMIR->meta.calleeMethod = calleeMethod;
212 const Method *calleeMethod,
218 if (dvmIsNativeMethod(calleeMethod)) return;
221 dvmCompilerAnalyzeMethodBody(calleeMethod, true);
236 inlineGetter(cUnit, calleeMethod, invokeMIR, invokeBB, false, isRange);
239 inlineSetter(cUnit, calleeMethod, invokeMIR, invokeBB, false, isRange);
245 const Method *calleeMethod,
258 const Method *calleeMethod,
264 if (dvmIsNativeMethod(calleeMethod)) return;
267 dvmCompilerAnalyzeMethodBody(calleeMethod, true);
271 inlineEmptyVirtualCallee(cUnit, calleeMethod, invokeMIR, invokeBB);
276 inlineGetter(cUnit, calleeMethod, invokeMIR, invokeBB, true, isRange);
279 inlineSetter(cUnit, calleeMethod, invokeMIR, invokeBB, true, isRange);
316 const Method *calleeMethod;
323 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
330 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
333 calleeMethod = NULL;
337 if (calleeMethod) {
338 tryInlineSingletonCallsite(cUnit, calleeMethod, lastMIRInsn, bb,
348 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
354 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
360 if (calleeMethod) {
361 tryInlineVirtualCallsite(cUnit, calleeMethod, lastMIRInsn, bb,