Lines Matching refs:method_name
147 jstring method_name) { in Java_Main_isAotCompiled() argument
150 ScopedUtfChars chars(env, method_name); in Java_Main_isAotCompiled()
180 jstring method_name) { in Java_Main_hasJitCompiledEntrypoint() argument
187 ScopedUtfChars chars(env, method_name); in Java_Main_hasJitCompiledEntrypoint()
197 jstring method_name) { in Java_Main_hasJitCompiledCode() argument
204 ScopedUtfChars chars(env, method_name); in Java_Main_hasJitCompiledCode()
272 jstring method_name) { in Java_Main_ensureJitCompiled() argument
283 ScopedUtfChars chars(env, method_name); in Java_Main_ensureJitCompiled()
292 jstring method_name) { in Java_Main_hasSingleImplementation() argument
295 ScopedUtfChars chars(env, method_name); in Java_Main_hasSingleImplementation()
305 jstring method_name) { in Java_Main_getHotnessCounter() argument
307 ScopedUtfChars chars(env, method_name); in Java_Main_getHotnessCounter()