Home | History | Annotate | Download | only in runtime

Lines Matching full:shadow_stack_

193         shadow_stack_.push_back(instrumentation_frame);
265 std::vector<InstrumentationStackFrame> shadow_stack_;
288 auto ssi = visitor.shadow_stack_.rbegin();
291 while (ssi != visitor.shadow_stack_.rend() && (*ssi).frame_id_ < (*isi).frame_id_) {