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

/art/runtime/gc/
H A Dheap.h640 bool IsInBootImageOatFile(const void* p) const
H A Dheap.cc3958 bool Heap::IsInBootImageOatFile(const void* p) const { function in class:art::gc::Heap
/art/runtime/
H A Druntime.cc2595 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) &&
H A Dclass_linker.cc2955 return !runtime->GetHeap()->IsInBootImageOatFile(quick_code);

Completed in 868 milliseconds