HomeSort by relevance Sort by last modified time
    Searched refs:calleeMethod (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/
InlineTransformation.cpp 23 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;
    [all...]
Frontend.cpp 89 const Method *calleeMethod =
92 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
93 *target = (unsigned int) calleeMethod->insns;
96 *callee = calleeMethod;
101 const Method *calleeMethod =
104 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
105 *target = (unsigned int) calleeMethod->insns;
108 *callee = calleeMethod;
    [all...]
CompilerIR.h 136 const Method *calleeMethod;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/interp/
Jit.cpp 702 * + calleeMethod (new)
706 const Method* calleeMethod,
720 self->trace[currTraceRun].info.meta = (void *) calleeMethod;
731 * + calleeMethod (existing entry)
    [all...]

Completed in 306 milliseconds