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

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

Completed in 88 milliseconds