Searched refs:GetOatMethodQuickCode (Results 1 – 6 of 6) sorted by relevance
43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
417 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()683 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod705 return GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()) != nullptr; in HasAnyCompiledCode()
1007 const void* GetOatMethodQuickCode(PointerSize pointer_size)
855 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
327 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
173 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()