HomeSort by relevance Sort by last modified time
    Searched refs:IsCompiler (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime.h 117 return !UseJitCompilation() && IsCompiler();
120 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT.
121 bool IsCompiler() const {
runtime.cc     [all...]

Completed in 384 milliseconds