Searched refs:shadow_frame_ (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 68 Self(), shadow_frame_, ctx_->result, Instrumentation(), Accessor().InsSize()); in CheckTransactionAbort() 77 if (shadow_frame_.GetForcePopFrame()) { in CheckForceReturn() 80 Self(), shadow_frame_, ctx_->result, Instrumentation(), Accessor().InsSize()); in CheckForceReturn() 96 bool skip_event = shadow_frame_.GetSkipNextExceptionEvent(); in HandlePendingException() 97 shadow_frame_.SetSkipNextExceptionEvent(false); in HandlePendingException() 99 shadow_frame_, in HandlePendingException() 103 DoMonitorCheckOnExit(Self(), &shadow_frame_); in HandlePendingException() 112 static_cast<int32_t>(shadow_frame_.GetDexPC()) - static_cast<int32_t>(dex_pc_); in HandlePendingException() 118 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke() 122 shadow_frame_.SetForceRetryInstruction(false); in PossiblyHandlePendingExceptionOnInvoke() [all …]
|
/art/runtime/ |
D | method_handles-inl.h | 43 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {} in shadow_frame_() function 46 return shadow_frame_.GetVReg(Next()); in Get() 50 return shadow_frame_.GetVRegLong(NextLong()); in GetLong() 54 return shadow_frame_.GetVRegReference(Next()); in GetReference() 70 const ShadowFrame& shadow_frame_; variable 80 : shadow_frame_(shadow_frame), arg_index_(first_dst_reg) {} in ShadowFrameSetter() 83 DCHECK_LT(arg_index_, shadow_frame_->NumberOfVRegs()); in Set() 84 shadow_frame_->SetVReg(arg_index_++, value); in Set() 89 DCHECK_LT(arg_index_, shadow_frame_->NumberOfVRegs()); in SetReference() 90 shadow_frame_->SetVRegReference(arg_index_++, value); in SetReference() [all …]
|
D | thread.cc | 258 : shadow_frame_(shadow_frame), in StackedShadowFrameRecord() 262 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } in GetShadowFrame() 267 ShadowFrame* const shadow_frame_; member in art::StackedShadowFrameRecord 476 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } in GetShadowFrame() 488 shadow_frame_(shadow_frame), in FrameIdToShadowFrame() 492 ShadowFrame* const shadow_frame_; member in art::FrameIdToShadowFrame
|