• Home
  • Raw
  • Download

Lines Matching refs:calleeMethod

89             const Method *calleeMethod =  in findBlockBoundary()  local
92 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary()
93 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary()
96 *callee = calleeMethod; in findBlockBoundary()
101 const Method *calleeMethod = in findBlockBoundary() local
104 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary()
105 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary()
108 *callee = calleeMethod; in findBlockBoundary()
113 const Method *calleeMethod = in findBlockBoundary() local
116 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary()
117 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary()
120 *callee = calleeMethod; in findBlockBoundary()
125 const Method *calleeMethod = in findBlockBoundary() local
127 if (calleeMethod && !dvmIsNativeMethod(calleeMethod)) { in findBlockBoundary()
128 *target = (unsigned int) calleeMethod->insns; in findBlockBoundary()
131 *callee = calleeMethod; in findBlockBoundary()
462 const Method *calleeMethod = method->clazz->super->vtable[mIndex]; in dvmCompilerCanIncludeThisInstruction() local
463 if (calleeMethod == NULL) { in dvmCompilerCanIncludeThisInstruction()
470 const Method *calleeMethod = method->clazz->super->vtable[insn->vB]; in dvmCompilerCanIncludeThisInstruction() local
471 if (calleeMethod == NULL) { in dvmCompilerCanIncludeThisInstruction()
480 const Method *calleeMethod = in dvmCompilerCanIncludeThisInstruction() local
482 if (calleeMethod == NULL) { in dvmCompilerCanIncludeThisInstruction()
1786 const Method *calleeMethod = (const Method *) in dvmCompileTrace() local
1795 callsiteInfo->method = calleeMethod; in dvmCompileTrace()