Home
last modified time | relevance | path

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

/art/runtime/
Dcompiler_callbacks.h48 bool IsBootImage() { in IsBootImage() function
Druntime.cc428 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1720 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()
Dclass_linker.cc3152 if (Runtime::Current()->GetCompilerCallbacks()->IsBootImage()) { in VerifyClassUsingOatFile()