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

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

Completed in 95 milliseconds