Searched refs:top_quick_frame_pc_ (Results 1 – 1 of 1) sorted by relevance
305 : link_(NULL), top_shadow_frame_(NULL), top_quick_frame_(NULL), top_quick_frame_pc_(0) {} in ManagedStack()336 return top_quick_frame_pc_; in GetTopQuickFramePc()341 top_quick_frame_pc_ = pc; in SetTopQuickFramePc()349 return OFFSETOF_MEMBER(ManagedStack, top_quick_frame_pc_); in TopQuickFramePcOffset()389 uintptr_t top_quick_frame_pc_; variable