Home
last modified time | relevance | path

Searched refs:IsInBootImageOatFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap.h726 bool IsInBootImageOatFile(const void* p) const
H A Dheap.cc4525 bool Heap::IsInBootImageOatFile(const void* p) const { in IsInBootImageOatFile() function in art::gc::Heap
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc336 return runtime->GetHeap()->IsInBootImageOatFile(quick_code); in CanUseAotCode()
H A Druntime.cc3210 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) && in operator ()()
H A Dthread.cc4263 if (pc != nullptr && Runtime::Current()->GetHeap()->IsInBootImageOatFile(pc)) { in VisitQuickFrameWithVregCallback()