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 66 void DeoptimizeSingleFrame(DeoptimizationKind kind) REQUIRES_SHARED(Locks::mutator_lock_);
quick_exception_handler.cc 533 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) {

Completed in 1181 milliseconds