Home
last modified time | relevance | path

Searched refs:GetOatMethodQuickCode (Results 1 – 6 of 6) sorted by relevance

/art/test/661-oat-writer-layout/
Doat_writer_layout.cc43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
/art/runtime/
Dart_method.cc363 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()
658 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod
680 return GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()) != nullptr; in HasAnyCompiledCode()
Dart_method.h737 const void* GetOatMethodQuickCode(PointerSize pointer_size)
Dstack.cc870 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
Dclass_linker.cc3524 const void* code = method->GetOatMethodQuickCode(GetImagePointerSize()); in GetQuickOatCodeFor()
/art/test/common/
Druntime_state.cc176 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()