Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h136 return !UseJitCompilation() && IsCompiler(); in IsAotCompiler()
140 bool IsCompiler() const { in IsCompiler() function
Druntime.cc2694 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()