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

  /art/runtime/jit/
jit.h 152 bool CanInvokeCompiledCode(ArtMethod* method);
jit.cc 374 bool Jit::CanInvokeCompiledCode(ArtMethod* method) {
  /art/runtime/interpreter/
interpreter.cc 270 if (jit->CanInvokeCompiledCode(method)) {

Completed in 81 milliseconds