Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h694 bool IsInBootImageOatFile(const void* p) const
H A Dheap.cc4270 bool Heap::IsInBootImageOatFile(const void* p) const { in IsInBootImageOatFile() function in art::gc::Heap
/aosp12/art/runtime/
H A Druntime.cc3069 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) && in operator ()()
H A Dthread.cc3892 if (pc != 0u && Runtime::Current()->GetHeap()->IsInBootImageOatFile(pc)) { in VisitQuickFrameWithVregCallback()
H A Dclass_linker.cc3416 return !runtime->GetHeap()->IsInBootImageOatFile(quick_code); in ShouldUseInterpreterEntrypoint()