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.cc417 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()
683 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod
705 return GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()) != nullptr; in HasAnyCompiledCode()
Dart_method.h1007 const void* GetOatMethodQuickCode(PointerSize pointer_size)
Dstack.cc855 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
Dinstrumentation.cc327 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
/art/test/common/
Druntime_state.cc173 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()