Searched refs:top_shadow_frame_ (Results 1 – 2 of 2) sorted by relevance
333 : top_quick_frame_(nullptr), link_(nullptr), top_shadow_frame_(nullptr) {} in ManagedStack()359 DCHECK(top_shadow_frame_ == nullptr); in SetTopQuickFrame()369 ShadowFrame* old_frame = top_shadow_frame_; in PushShadowFrame()370 top_shadow_frame_ = new_top_frame; in PushShadowFrame()377 CHECK(top_shadow_frame_ != nullptr); in PopShadowFrame()378 ShadowFrame* frame = top_shadow_frame_; in PopShadowFrame()379 top_shadow_frame_ = frame->GetLink(); in PopShadowFrame()384 return top_shadow_frame_; in GetTopShadowFrame()389 top_shadow_frame_ = top; in SetTopShadowFrame()393 return OFFSETOF_MEMBER(ManagedStack, top_shadow_frame_); in TopShadowFrameOffset()[all …]
68 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; in NumJniShadowFrameReferences()82 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; in ShadowFramesContain()