HomeSort by relevance Sort by last modified time
    Searched refs:cur_shadow_frame_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack.cc 63 cur_shadow_frame_(nullptr),
89 if (cur_shadow_frame_ != nullptr) {
90 return cur_shadow_frame_->GetMethod();
113 if (cur_shadow_frame_ != nullptr) {
114 return cur_shadow_frame_->GetDexPC();
147 return cur_shadow_frame_->GetVRegReference(0);
153 return cur_shadow_frame_->GetVRegReference(0);
211 DCHECK(cur_shadow_frame_ != nullptr);
214 cur_shadow_frame_->GetVRegReference(vreg)));
216 *val = cur_shadow_frame_->GetVReg(vreg)
    [all...]
stack.h 161 return cur_shadow_frame_ != nullptr;
239 return cur_shadow_frame_;
305 ShadowFrame* cur_shadow_frame_; member in class:art::StackVisitor

Completed in 1198 milliseconds