Home
last modified time | relevance | path

Searched refs:cur_shadow_frame_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.cc103 cur_shadow_frame_(nullptr), in StackVisitor()
125 if (cur_shadow_frame_ != nullptr) { in GetMethod()
126 return cur_shadow_frame_->GetMethod(); in GetMethod()
152 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
153 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
186 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
192 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
250 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
253 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
255 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
[all …]
Dstack.h602 return cur_shadow_frame_ != nullptr; in IsShadowFrame()
750 return cur_shadow_frame_; in GetCurrentShadowFrame()
754 return cur_shadow_frame_ != nullptr; in IsCurrentFrameInInterpreter()
818 ShadowFrame* cur_shadow_frame_; variable