Home
last modified time | relevance | path

Searched refs:context_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dquick_exception_handler.cc47 context_(self->GetLongJumpContext()), in QuickExceptionHandler()
212 CatchBlockStackVisitor visitor(self_, context_, in FindCatch()
583 DeoptimizeStackVisitor visitor(self_, context_, this, false); in DeoptimizeStack()
591 DeoptimizeStackVisitor visitor(self_, context_, this, true); in DeoptimizeSingleFrame()
654 self_->ReleaseLongJumpContext(context_); in DoLongJump()
655 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()
657 context_->SetPC(handler_quick_frame_pc_); in DoLongJump()
658 context_->SetArg0(handler_quick_arg0_); in DoLongJump()
660 context_->SmashCallerSaves(); in DoLongJump()
662 context_->DoLongJump(); in DoLongJump()
Dstack.cc71 context_(context), in StackVisitor()
180 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVReg()
332 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVRegPair()
437 DCHECK(context_ != nullptr); in IsAccessibleGPR()
438 return context_->IsAccessibleGPR(reg); in IsAccessibleGPR()
443 DCHECK(context_ != nullptr); in GetGPRAddress()
444 return context_->GetGPRAddress(reg); in GetGPRAddress()
449 DCHECK(context_ != nullptr); in GetGPR()
450 return context_->GetGPR(reg); in GetGPR()
454 DCHECK(context_ != nullptr); in IsAccessibleFPR()
[all …]
Dquick_exception_handler.h144 Context* const context_; variable
Dstack.h349 Context* const context_;
/art/openjdkjvmti/
Dti_stack.cc838 delete context_; in ~MonitorVisitor()