Home
last modified time | relevance | path

Searched defs:calleeMethod (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/compiler/
DInlineTransformation.cpp23 const Method *calleeMethod, in convertRegId()
38 const Method *calleeMethod, in inlineGetter()
138 const Method *calleeMethod, in inlineSetter()
226 const Method *calleeMethod, in tryInlineSingletonCallsite()
260 const Method *calleeMethod, in inlineEmptyVirtualCallee()
274 const Method *calleeMethod, in tryInlineVirtualCallsite()
335 const Method *calleeMethod; in dvmCompilerInlineMIR() local
DFrontend.cpp89 const Method *calleeMethod = in findBlockBoundary() local
101 const Method *calleeMethod = in findBlockBoundary() local
113 const Method *calleeMethod = in findBlockBoundary() local
125 const Method *calleeMethod = in findBlockBoundary() local
462 const Method *calleeMethod = method->clazz->super->vtable[mIndex]; in dvmCompilerCanIncludeThisInstruction() local
470 const Method *calleeMethod = method->clazz->super->vtable[insn->vB]; in dvmCompilerCanIncludeThisInstruction() local
480 const Method *calleeMethod = in dvmCompilerCanIncludeThisInstruction() local
1836 const Method *calleeMethod = (const Method *) in dvmCompileTrace() local
DCompilerIR.h139 const Method *calleeMethod; member
/dalvik/vm/compiler/codegen/x86/
DLowerInvoke.cpp31 ArgsDoneType convertCalleeToType(const Method* calleeMethod) { in convertCalleeToType()
150 const Method *calleeMethod = in common_invoke_super() local
200 const Method *calleeMethod = in common_invoke_direct() local
237 const Method *calleeMethod = in common_invoke_static() local
1281 const Method *calleeMethod = currentMethod->clazz->super->vtable[mIndex]; in common_invoke_super_quick() local
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp1164 const Method *calleeMethod) in genInvokeSingletonCommon()
3137 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3148 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3166 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3186 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3198 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3518 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
3535 const Method *calleeMethod = mir->meta.callsiteInfo->method; local
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1114 const Method *calleeMethod) in genInvokeSingletonCommon()
3038 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local
3049 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local
3067 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local
3087 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local
3099 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35c_3rc() local
3380 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35ms_3rms() local
3397 const Method *calleeMethod = mir->meta.callsiteInfo->method; in handleFmt35ms_3rms() local
/dalvik/vm/interp/
DJit.cpp708 const Method* calleeMethod, in insertClassMethodInfo()