Searched refs:GetOatMethodQuickCode (Results 1 – 9 of 9) sorted by relevance
53 return art_method->GetOatMethodQuickCode(kRuntimePointerSize) != nullptr ? JNI_TRUE : JNI_FALSE; in Java_Main_testCompiled()
43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
284 const void* cmp_jni_stub = method.GetOatMethodQuickCode(ptr_size); in TEST_F()
416 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()712 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod
856 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
1035 const void* GetOatMethodQuickCode(PointerSize pointer_size)
330 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
1472 const void* stub = method->GetOatMethodQuickCode(image_pointer_size_); in InitFromBootImage()
177 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()