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 87 : thread_(thread), cur_shadow_frame_(NULL),
94 if (cur_shadow_frame_ != NULL) {
95 return cur_shadow_frame_->GetDexPC();
115 return cur_shadow_frame_->GetVRegReference(0);
155 return cur_shadow_frame_->GetVReg(vreg);
183 return cur_shadow_frame_->SetVReg(vreg, new_value);
287 cur_shadow_frame_ = current_fragment->GetTopShadowFrame();
341 } else if (cur_shadow_frame_ != NULL) {
349 cur_shadow_frame_ = cur_shadow_frame_->GetLink()
    [all...]
stack.h 406 if (cur_shadow_frame_ != NULL) {
407 return cur_shadow_frame_->GetMethod();
416 return cur_shadow_frame_ != NULL;
541 return cur_shadow_frame_;
562 ShadowFrame* cur_shadow_frame_; member in class:art::StackVisitor

Completed in 469 milliseconds