Searched refs:frame_id_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc307 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
351 while (ssi != visitor.shadow_stack_.rend() && (*ssi).frame_id_ < (*isi).frame_id_) {
407 if (instrumentation_frame.frame_id_ == frameId) {
1203 if (frame_id != instrumentation_frame.frame_id_) {
1205 << instrumentation_frame.frame_id_;
1207 CHECK_EQ(frame_id, instrumentation_frame.frame_id_);
1451 os << "Frame " << frame_id_ << " " << ArtMethod::PrettyMethod(method_) << ":"
H A Dinstrumentation.h732 frame_id_(frame_id),
741 size_t frame_id_; member in struct:art::instrumentation::InstrumentationStackFrame
H A Dstack.cc901 CHECK_EQ(instrumentation_frame.frame_id_, frame_id);
H A Dthread.cc313 size_t GetFrameId() const { return frame_id_; }
325 : frame_id_(frame_id),
329 const size_t frame_id_; member in class:art::FrameIdToShadowFrame
H A Ddebugger.cc2617 frame_id_(frame_id),
2623 if (GetFrameId() != frame_id_) {
2642 const JDWP::FrameId frame_id_; member in class:art::FINAL

Completed in 1485 milliseconds