Lines Matching refs:realMethodEntry
282 CompilerMethodStats *realMethodEntry; // For hash table storage in dvmCompilerAnalyzeMethodBody() local
286 realMethodEntry = (CompilerMethodStats *) in dvmCompilerAnalyzeMethodBody()
294 if (realMethodEntry == NULL) { in dvmCompilerAnalyzeMethodBody()
295 realMethodEntry = in dvmCompilerAnalyzeMethodBody()
297 realMethodEntry->method = method; in dvmCompilerAnalyzeMethodBody()
300 realMethodEntry, in dvmCompilerAnalyzeMethodBody()
306 if ((isCallee == true) && (realMethodEntry->attributes & METHOD_IS_CALLEE)) in dvmCompilerAnalyzeMethodBody()
307 return realMethodEntry; in dvmCompilerAnalyzeMethodBody()
314 (realMethodEntry->attributes & METHOD_IS_HOT)) in dvmCompilerAnalyzeMethodBody()
315 return realMethodEntry; in dvmCompilerAnalyzeMethodBody()
354 realMethodEntry->dalvikSize = insnSize * 2; in dvmCompilerAnalyzeMethodBody()
355 realMethodEntry->attributes |= attributes; in dvmCompilerAnalyzeMethodBody()
380 return realMethodEntry; in dvmCompilerAnalyzeMethodBody()