Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc64 cur_shadow_frame_(nullptr), in StackVisitor()
90 if (cur_shadow_frame_ != nullptr) { in GetMethod()
91 return cur_shadow_frame_->GetMethod(); in GetMethod()
114 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
115 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
148 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
154 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
212 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
215 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
217 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
[all …]
Dstack.h160 return cur_shadow_frame_ != nullptr; in IsShadowFrame()
238 return cur_shadow_frame_; in GetCurrentShadowFrame()
304 ShadowFrame* cur_shadow_frame_; variable