Searched refs:IsCompilingBoot (Results 1 – 3 of 3) sorted by relevance
592 bool IsCompilingBoot() const;
615 bool Heap::IsCompilingBoot() const { in IsCompilingBoot() function in art::gc::Heap
938 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot(); in CanEmbedTypeInCode()1105 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot(); in GetCodeAndMethodForDirectCall()