Searched refs:IsInBootImageOatFile (Results 1 – 5 of 5) sorted by relevance
694 bool IsInBootImageOatFile(const void* p) const
4270 bool Heap::IsInBootImageOatFile(const void* p) const { in IsInBootImageOatFile() function in art::gc::Heap
3069 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) && in operator ()()
3892 if (pc != 0u && Runtime::Current()->GetHeap()->IsInBootImageOatFile(pc)) { in VisitQuickFrameWithVregCallback()
3405 return !runtime->GetHeap()->IsInBootImageOatFile(quick_code); in ShouldUseInterpreterEntrypoint()