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

  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 33 self->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 81 self->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
  /art/runtime/mirror/
art_method.cc 321 if (UNLIKELY(self->GetException(nullptr) == Thread::GetDeoptimizationException())) {
  /art/runtime/
quick_exception_handler.cc 295 self_->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
thread.h 715 static mirror::Throwable* GetDeoptimizationException() {
    [all...]
thread.cc     [all...]

Completed in 254 milliseconds