Searched defs:top_shadow_frame_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.h305 : link_(NULL), top_shadow_frame_(NULL), top_quick_frame_(NULL), top_quick_frame_pc_(0) {}
331 DCHECK(top_shadow_frame_ == NULL);
340 DCHECK(top_shadow_frame_ == NULL);
354 ShadowFrame* old_frame = top_shadow_frame_;
355 top_shadow_frame_ = new_top_frame;
362 CHECK(top_shadow_frame_ != NULL);
363 ShadowFrame* frame = top_shadow_frame_;
364 top_shadow_frame_ = frame->GetLink();
369 return top_shadow_frame_;
374 top_shadow_frame_
387 ShadowFrame* top_shadow_frame_; variable
[all...]
H A Dthread.cc1755 instrumentation_frames_to_pop_(0), top_shadow_frame_(NULL), prev_shadow_frame_(NULL) {
1843 top_shadow_frame_ = new_frame;
1885 self_->SetDeoptimizationShadowFrame(top_shadow_frame_);
1920 ShadowFrame* top_shadow_frame_; member in class:art::CatchBlockStackVisitor

Completed in 64 milliseconds