Searched refs:IsCompilingBoot (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/
H A Dheap.h592 bool IsCompilingBoot() const;
H A Dheap.cc615 bool Heap::IsCompilingBoot() const { function in class:art::gc::Heap
/art/compiler/driver/
H A Dcompiler_driver.cc938 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot();
1105 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot();

Completed in 59 milliseconds