Searched refs:GetOatMethodQuickCode (Results 1 – 10 of 10) 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()
256 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
869 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
1052 const void* GetOatMethodQuickCode(PointerSize pointer_size)
357 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
1486 const void* stub = method->GetOatMethodQuickCode(image_pointer_size_); in InitFromBootImage()
333 reinterpret_cast<const uint8_t*>(art_method->GetOatMethodQuickCode(kRuntimePointerSize)); in VMDebug_getExecutableMethodFileOffsetsNative()
177 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()