Home
last modified time | relevance | path

Searched refs:IsCompiler (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h114 return !UseJit() && IsCompiler(); in IsAotCompiler()
118 bool IsCompiler() const { in IsCompiler() function
Druntime.cc908 if (IsCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1720 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()
/art/runtime/quick/
Dinline_method_analyser.cc76 DCHECK_EQ(Runtime::Current()->IsCompiler(), method != nullptr); in AnalyseMethodCode()
/art/runtime/verifier/
Dmethod_verifier.cc570 if (result && Runtime::Current()->IsCompiler()) { in Verify()