HomeSort by relevance Sort by last modified time
    Searched refs:GetOatMethodQuickCode (Results 1 - 4 of 4) sorted by null

  /art/test/common/
runtime_state.cc 151 return method->GetOatMethodQuickCode(kRuntimePointerSize) != nullptr;
  /art/runtime/
art_method.cc 347 : GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize());
697 const void* ArtMethod::GetOatMethodQuickCode(PointerSize pointer_size) {
719 return GetOatMethodQuickCode(runtime->GetClassLinker()->GetImagePointerSize()) != nullptr;
    [all...]
art_method.h 639 const void* GetOatMethodQuickCode(PointerSize pointer_size)
class_linker.cc     [all...]

Completed in 205 milliseconds