Lines Matching refs:Method
86 bool methodCompilationAborted; // Cannot compile the whole method
93 kWorkOrderMethod = 1, // Work is to compile a whole method
107 /* Chain cell for predicted method invocation */
111 const Method *method; /* to lookup native PC from dalvik PC */
131 const Method* method;
138 kIsLeaf, /* Method is leaf */
139 kIsEmpty, /* Method is empty */
140 kIsThrowFree, /* Method doesn't throw */
141 kIsGetter, /* Method fits the getter pattern */
142 kIsSetter, /* Method fits the setter pattern */
143 kCannotCompile, /* Method cannot be compiled */
172 const Method *method; // Used as hash entry signature
193 void *dvmCheckCodeCache(void *method);
194 CompilerMethodStats *dvmCompilerAnalyzeMethodBody(const Method *method,
196 bool dvmCompilerCanIncludeThisInstruction(const Method *method,
198 bool dvmCompileMethod(const Method *method, JitTranslationInfo *info);