Lines Matching refs:self_
46 : self_(self), in QuickExceptionHandler()
193 instrumentation::InstrumentationStackPopper popper(self_); in FindCatch()
197 StackHandleScope<1> hs(self_); in FindCatch()
207 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
212 CatchBlockStackVisitor visitor(self_, context_, in FindCatch()
224 GetInstrumentationFramesToPop(self_, handler_frame_depth_); in FindCatch()
240 DCHECK(!self_->IsExceptionPending()); in FindCatch()
251 self_->SetException(exception_ref.Get()); in FindCatch()
293 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
567 self_->SetException(Thread::GetDeoptimizationException()); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
573 reinterpret_cast<uint8_t*>(self_) + offset); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
580 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
583 DeoptimizeStackVisitor visitor(self_, context_, this, false); in DeoptimizeStack()
591 DeoptimizeStackVisitor visitor(self_, context_, this, true); in DeoptimizeSingleFrame()
606 DumpFramesWithType(self_, /* details= */ true); in DeoptimizeSingleFrame()
645 GetInstrumentationFramesToPop(self_, handler_frame_depth_); in UpdateInstrumentationStack()
647 return_pc = instrumentation->PopFramesForDeoptimization(self_, instrumentation_frames_to_pop); in UpdateInstrumentationStack()
654 self_->ReleaseLongJumpContext(context_); in DoLongJump()