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

/art/runtime/
H A Druntime.h124 return !UseJitCompilation() && IsCompiler();
127 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
128 bool IsCompiler() const { function in class:art::verifier::VerifyMode
H A Druntime.cc2458 return IsCompiler() && compiler_callbacks_->IsBootImage();

Completed in 52 milliseconds