Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h629 bool IsCompilingBoot() const;
Dheap.cc714 bool Heap::IsCompilingBoot() const { in IsCompilingBoot() function in art::gc::Heap
/art/compiler/driver/
Dcompiler_driver.cc1148 const bool compiling_boot = heap->IsCompilingBoot(); in CanEmbedTypeInCode()
1372 const bool compiling_boot = heap->IsCompilingBoot(); in GetCodeAndMethodForDirectCall()