Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/664-aget-verifier/
H A Daget-verifier.cc53 return art_method->GetOatMethodQuickCode(kRuntimePointerSize) != nullptr ? JNI_TRUE : JNI_FALSE; in Java_Main_testCompiled()
/aosp_15_r20/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
/aosp_15_r20/art/compiler/oat/
H A Djni_stub_hash_map_test.cc256 const void* cmp_jni_stub = method.GetOatMethodQuickCode(ptr_size); in TEST_F()
/aosp_15_r20/art/runtime/
H A Dart_method.cc416 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()); in Invoke()
712 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) { in GetOatMethodQuickCode() function in art::ArtMethod
H A Dstack.cc869 const void* code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in WalkStack()
H A Dart_method.h1052 const void* GetOatMethodQuickCode(PointerSize pointer_size)
H A Dinstrumentation.cc357 const void* aot_code = method->GetOatMethodQuickCode(class_linker->GetImagePointerSize()); in GetOptimizedCodeFor()
H A Dclass_linker.cc1486 const void* stub = method->GetOatMethodQuickCode(image_pointer_size_); in InitFromBootImage()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMDebug.cc333 reinterpret_cast<const uint8_t*>(art_method->GetOatMethodQuickCode(kRuntimePointerSize)); in VMDebug_getExecutableMethodFileOffsetsNative()
/aosp_15_r20/art/test/common/
H A Druntime_state.cc177 const void* oat_code = method->GetOatMethodQuickCode(kRuntimePointerSize); in Java_Main_isAotCompiled()