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

  /art/runtime/
managed_stack-inl.h 28 ShadowFrame* old_frame = top_shadow_frame_;
29 top_shadow_frame_ = new_top_frame;
36 CHECK(top_shadow_frame_ != nullptr);
37 ShadowFrame* frame = top_shadow_frame_;
38 top_shadow_frame_ = frame->GetLink();
managed_stack.cc 31 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_;
46 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_;
managed_stack.h 49 top_shadow_frame_(nullptr) {}
87 DCHECK(top_shadow_frame_ == nullptr);
93 DCHECK(top_shadow_frame_ == nullptr);
106 return top_shadow_frame_;
115 top_shadow_frame_ = top;
119 return OFFSETOF_MEMBER(ManagedStack, top_shadow_frame_);
169 ShadowFrame* top_shadow_frame_; variable

Completed in 85 milliseconds