Searched refs:step_count (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-step-2.js39 var step_count = 0; variable
45 step_count++;
52 step_count = 0;
72 assertEquals(4, step_count);
81 assertEquals(4, step_count);
87 assertEquals(0, step_count);
H A Ddebug-step-3.js38 var step_count = 0; variable
45 step_count++;
52 step_count = 0;
75 //assertEquals(4, step_count);
85 assertEquals(4, step_count);
91 assertEquals(0, step_count);
H A Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) {
57 print("Test case, parameters " + frame_index + "/" + step_count);
76 step_count, context_frame);
/external/chromium_org/v8/src/
H A Ddebug.cc931 int step_count = thread_local_.queued_step_count_; local
936 PrepareStep(StepNext, step_count, StackFrame::NO_ID);
945 int step_count = thread_local_.step_count_; local
960 if (step_count > 1) {
962 thread_local_.queued_step_count_ = step_count - 1;
967 step_count = count;
974 PrepareStep(step_action, step_count, StackFrame::NO_ID);
1277 int step_count,
1292 thread_local_.step_count_ = step_count;
1386 // Skip step_count frame
1276 PrepareStep(StepAction step_action, int step_count, StackFrame::Id frame_id) argument
[all...]
H A Ddebug.h395 int step_count,
H A Druntime.cc12925 int step_count = NumberToInt32(args[2]);
12926 if (step_count < 1) {
12935 step_count,
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py815 step_count = 0.0
820 step_count += 1
821 if step_count:
822 step_perf_time_avg = step_perf_time_avg / step_count
823 step_build_time_avg = step_build_time_avg / step_count

Completed in 1192 milliseconds