Lines Matching refs:self_
47 : self_(self), in QuickExceptionHandler()
148 instrumentation::InstrumentationStackPopper popper(self_); in FindCatch()
152 StackHandleScope<1> hs(self_); in FindCatch()
162 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
167 CatchBlockStackVisitor visitor(self_, context_, in FindCatch()
189 DCHECK(!self_->IsExceptionPending()); in FindCatch()
201 self_->SetException(exception_ref.Get()); in FindCatch()
243 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
554 self_->SetException(Thread::GetDeoptimizationException()); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
560 reinterpret_cast<uint8_t*>(self_) + offset); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
567 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
570 DeoptimizeStackVisitor visitor(self_, context_, this, false); in DeoptimizeStack()
578 DeoptimizeStackVisitor visitor(self_, context_, this, true); in DeoptimizeSingleFrame()
593 DumpFramesWithType(self_, /* details= */ true); in DeoptimizeSingleFrame()
633 self_, reinterpret_cast<uintptr_t>(handler_quick_frame_)); in UpdateInstrumentationStack()
640 self_->ReleaseLongJumpContext(context_); in DoLongJump()