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

  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 34 // Deopt logging will be in DeoptimizeSingleFrame. It is there to take advantage of the
47 exception_handler.DeoptimizeSingleFrame(kind);
  /art/runtime/
quick_exception_handler.h 67 void DeoptimizeSingleFrame(DeoptimizationKind kind) REQUIRES_SHARED(Locks::mutator_lock_);
quick_exception_handler.cc 537 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) {

Completed in 73 milliseconds