Home
last modified time | relevance | path

Searched refs:is_subject_to_debugging (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc218 if (!frames[i].is_subject_to_debugging()) continue; in FindIndexedNonNativeFrame()
/external/v8/src/
Dframes.h827 bool is_subject_to_debugging() const;
852 bool is_subject_to_debugging() const { return true; } in is_subject_to_debugging() function
910 bool is_subject_to_debugging() const;
Dframes.cc1172 bool FrameSummary::JavaScriptFrameSummary::is_subject_to_debugging() const { in is_subject_to_debugging() function in v8::internal::FrameSummary::JavaScriptFrameSummary
1334 FRAME_SUMMARY_DISPATCH(bool, is_subject_to_debugging) in FRAME_SUMMARY_DISPATCH()
/external/v8/src/runtime/
Druntime-debug.cc448 if (frames[i].is_subject_to_debugging()) n++; in RUNTIME_FUNCTION()