Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Ddebug-step-2.js38 var step_count = 0; variable
44 step_count++;
51 step_count = 0;
71 assertEquals(4, step_count);
80 assertEquals(4, step_count);
86 assertEquals(0, step_count);
Ddebug-step-3.js38 var step_count = 0; variable
45 step_count++;
52 step_count = 0;
85 assertEquals(4, step_count);
91 assertEquals(0, step_count);
Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) { argument
57 print("Test case, parameters " + frame_index + "/" + step_count);
76 step_count, context_frame);
/external/chromium_org/v8/src/
Ddebug.cc949 int step_count = thread_local_.queued_step_count_; in Break() local
954 PrepareStep(StepNext, step_count, StackFrame::NO_ID); in Break()
963 int step_count = thread_local_.step_count_; in Break() local
978 if (step_count > 1) { in Break()
980 thread_local_.queued_step_count_ = step_count - 1; in Break()
985 step_count = count; in Break()
992 PrepareStep(step_action, step_count, StackFrame::NO_ID); in Break()
1344 int step_count, in PrepareStep() argument
1359 thread_local_.step_count_ = step_count; in PrepareStep()
1453 while (step_count-- > 0 && !frames_it.done()) { in PrepareStep()
Ddebug.h419 int step_count,
Druntime.cc12852 int step_count = NumberToInt32(args[2]); in RUNTIME_FUNCTION() local
12853 if (step_count < 1) { in RUNTIME_FUNCTION()
12862 step_count, in RUNTIME_FUNCTION()
/external/chromium_org/tools/
Dbisect-perf-regression.py3380 step_count = 0.0
3385 step_count += 1
3386 if step_count:
3387 step_perf_time_avg = step_perf_time_avg / step_count
3388 step_build_time_avg = step_build_time_avg / step_count