Home
last modified time | relevance | path

Searched refs:CurrentFrameCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.cc514 int current_frame_count = CurrentFrameCount(); in Break()
893 int current_frame_count = CurrentFrameCount(); in PrepareStepOnThrow()
1010 int current_frame_count = CurrentFrameCount(); in PrepareStep()
1394 if (thread_local_.target_frame_count_ < CurrentFrameCount()) return; in RecordGenerator()
2014 int Debug::CurrentFrameCount() { in CurrentFrameCount() function in v8::internal::Debug
Ddebug.h440 int CurrentFrameCount();