Home
last modified time | relevance | path

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

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