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

/art/runtime/
H A Druntime.h128 return !UseJitCompilation() && IsCompiler();
131 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
132 bool IsCompiler() const { function in class:art::verifier::Runtime

Completed in 46 milliseconds