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

  /art/runtime/
quick_exception_handler.cc 512 self_->SetException(Thread::GetDeoptimizationException());
art_method.cc 371 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) {
    [all...]
thread.h     [all...]
thread.cc     [all...]
  /art/runtime/jit/
jit.cc 568 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 88 milliseconds