Searched refs:GetOatMethodQuickCode (Results 1 – 6 of 6) sorted by relevance
43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
364 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()635 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod657 return GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()) != nullptr; in HasAnyCompiledCode()
729 const void* GetOatMethodQuickCode(PointerSize pointer_size)
844 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
3326 const void* code = method->GetOatMethodQuickCode(GetImagePointerSize()); in GetQuickOatCodeFor()
172 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()