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

  /dalvik/vm/compiler/
InlineTransformation.c 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;
    [all...]
Frontend.c 83 const Method *calleeMethod =
86 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
87 *target = (unsigned int) calleeMethod->insns;
90 *callee = calleeMethod;
95 const Method *calleeMethod =
98 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) {
99 *target = (unsigned int) calleeMethod->insns;
102 *callee = calleeMethod;
    [all...]
CompilerIR.h 128 const Method *calleeMethod;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]

Completed in 145 milliseconds