Home
last modified time | relevance | path

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

/external/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);
/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/chrome/renderer/net/
Dnet_error_helper_unittest.cc103 void RunTest(const TestStep steps[], int step_count);
114 void NetErrorHelperTest::RunTest(const TestStep steps[], int step_count) { in RunTest() argument
124 for (int i = 0; i < step_count; i++) { in RunTest()
/external/v8/src/
Ddebug.cc965 int step_count = thread_local_.queued_step_count_; in Break() local
970 PrepareStep(StepNext, step_count); in Break()
979 int step_count = thread_local_.step_count_; in Break() local
994 if (step_count > 1) { in Break()
997 thread_local_.queued_step_count_ = step_count - 1; in Break()
1002 step_count = count; in Break()
1010 PrepareStep(step_action, step_count); in Break()
1287 void Debug::PrepareStep(StepAction step_action, int step_count) { in PrepareStep() argument
1301 thread_local_.step_count_ = step_count; in PrepareStep()
1389 while (step_count-- > 0 && !frames_it.done()) { in PrepareStep()
Ddebug.h246 void PrepareStep(StepAction step_action, int step_count);
Druntime.cc11629 int step_count = NumberToInt32(args[2]); in RUNTIME_FUNCTION() local
11630 if (step_count < 1) { in RUNTIME_FUNCTION()
11639 step_count); in RUNTIME_FUNCTION()
/external/chromium_org/v8/src/
Ddebug.cc1015 int step_count = thread_local_.queued_step_count_; in Break() local
1020 PrepareStep(StepNext, step_count, StackFrame::NO_ID); in Break()
1029 int step_count = thread_local_.step_count_; in Break() local
1044 if (step_count > 1) { in Break()
1046 thread_local_.queued_step_count_ = step_count - 1; in Break()
1051 step_count = count; in Break()
1058 PrepareStep(step_action, step_count, StackFrame::NO_ID); in Break()
1380 int step_count, in PrepareStep() argument
1395 thread_local_.step_count_ = step_count; in PrepareStep()
1488 while (step_count-- > 0 && !frames_it.done()) { in PrepareStep()
Ddebug.h266 int step_count,
Druntime.cc12699 int step_count = NumberToInt32(args[2]); in RUNTIME_FUNCTION() local
12700 if (step_count < 1) { in RUNTIME_FUNCTION()
12709 step_count, in RUNTIME_FUNCTION()
/external/chromium_org/tools/
Dbisect-perf-regression.py2348 step_count = 0.0
2352 step_count += 1
2353 if step_count:
2354 step_perf_time_avg = step_perf_time_avg / step_count
2355 step_build_time_avg = step_build_time_avg / step_count