Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h702 bool IsInBootImageOatFile(const void* p) const
Dheap.cc4137 bool Heap::IsInBootImageOatFile(const void* p) const { in IsInBootImageOatFile() function in art::gc::Heap
/art/runtime/
Druntime.cc2838 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) && in operator ()()
Dclass_linker.cc3603 return !runtime->GetHeap()->IsInBootImageOatFile(quick_code); in ShouldUseInterpreterEntrypoint()