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 92 : thread_(thread), cur_shadow_frame_(NULL),
99 : thread_(thread), cur_shadow_frame_(NULL),
106 if (cur_shadow_frame_ != NULL) {
107 return cur_shadow_frame_->GetDexPC();
128 return cur_shadow_frame_->GetVRegReference(0);
134 return cur_shadow_frame_->GetVRegReference(0);
196 *val = cur_shadow_frame_->GetVReg(vreg);
250 *val = cur_shadow_frame_->GetVRegLong(vreg);
307 cur_shadow_frame_->SetVReg(vreg, new_value);
369 cur_shadow_frame_->SetVRegLong(vreg, new_value)
    [all...]
stack.h 522 if (cur_shadow_frame_ != nullptr) {
523 return cur_shadow_frame_->GetMethod();
532 return cur_shadow_frame_ != nullptr;
720 return cur_shadow_frame_;
748 ShadowFrame* cur_shadow_frame_; member in class:art::StackVisitor

Completed in 1011 milliseconds