Searched defs:calleeMethod (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/compiler/
H A DInlineTransformation.cpp23 const Method *calleeMethod,
28 (calleeMethod->registersSize - calleeMethod->insSize);
38 const Method *calleeMethod,
56 dexDecodeInstruction(calleeMethod->insns, &getterInsn);
58 if (!dvmCompilerCanIncludeThisInstruction(calleeMethod, &getterInsn))
81 getterInsn.vB = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
86 getterInsn.vC = convertRegId(&invokeMIR->dalvikInsn, calleeMethod,
105 newGetterMIR->meta.calleeMethod = calleeMethod;
22 convertRegId(const DecodedInstruction *invoke, const Method *calleeMethod, int calleeRegId, bool isRange) argument
37 inlineGetter(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isPredicted, bool isRange) argument
137 inlineSetter(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isPredicted, bool isRange) argument
225 tryInlineSingletonCallsite(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isRange) argument
259 inlineEmptyVirtualCallee(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB) argument
273 tryInlineVirtualCallsite(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isRange) argument
335 const Method *calleeMethod; local
[all...]
H A DFrontend.cpp89 const Method *calleeMethod = local
92 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
93 *target = (unsigned int) calleeMethod->insns;
96 *callee = calleeMethod;
101 const Method *calleeMethod = local
104 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
105 *target = (unsigned int) calleeMethod->insns;
108 *callee = calleeMethod;
113 const Method *calleeMethod = local
125 const Method *calleeMethod = local
462 const Method *calleeMethod = method->clazz->super->vtable[mIndex]; local
470 const Method *calleeMethod = method->clazz->super->vtable[insn->vB]; local
480 const Method *calleeMethod = local
1786 const Method *calleeMethod = (const Method *) local
[all...]
H A DCompilerIR.h136 const Method *calleeMethod; member in union:MIR::__anon47
/dalvik/vm/interp/
H A DJit.cpp702 * + calleeMethod (new)
706 const Method* calleeMethod,
720 self->trace[currTraceRun].info.meta = (void *) calleeMethod;
731 * + calleeMethod (existing entry)
704 insertClassMethodInfo(Thread* self, const ClassObject* thisClass, const Method* calleeMethod, const DecodedInstruction* insn) argument
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1106 const Method *calleeMethod)
1124 /* r7 = calleeMethod->registersSize */
1125 loadConstant(cUnit, r7, calleeMethod->registersSize);
1127 * r0 = calleeMethod (loaded upon calling genInvokeSingletonCommon)
1129 * r2 = calleeMethod->outsSize (to be loaded later for Java callees)
1131 * r7 = calleeMethod->registersSize
1133 if (dvmIsNativeMethod(calleeMethod)) {
1141 /* For Java callees, set up r2 to be calleeMethod->outsSize */
1142 loadConstant(cUnit, r2, calleeMethod->outsSize);
1244 /* r0 <- calleeMethod */
1103 genInvokeSingletonCommon(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList, ArmLIR *pcrLabel, const Method *calleeMethod) argument
3035 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3046 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3064 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3084 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3096 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3377 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3394 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
[all...]

Completed in 115 milliseconds