Home
last modified time | relevance | path

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

/art/test/664-aget-verifier/
Daget-verifier.cc53 return art_method->GetOatMethodQuickCode(kRuntimePointerSize) != nullptr ? JNI_TRUE : JNI_FALSE; in Java_Main_testCompiled()
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
/art/runtime/oat/
Djni_stub_hash_map_test.cc284 const void* cmp_jni_stub = method.GetOatMethodQuickCode(ptr_size); in TEST_F()
/art/runtime/
Dart_method.cc416 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()
712 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod
Dstack.cc856 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
Dart_method.h1035 const void* GetOatMethodQuickCode(PointerSize pointer_size)
Dinstrumentation.cc330 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
Dclass_linker.cc1472 const void* stub = method->GetOatMethodQuickCode(image_pointer_size_); in InitFromBootImage()
/art/test/common/
Druntime_state.cc177 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()