HomeSort by relevance Sort by last modified time
    Searched refs:call_index (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
task_runner_test.py 16 def _GetMockCallArg(self, function_mock, call_index):
17 """Gets the first argument value for the call at |call_index|.
21 call_index: The index at which the mocked function was called.
29 if not call_args_list or len(call_args_list) <= call_index:
31 args, _ = call_args_list[call_index]
  /external/v8/src/compiler/
greedy-allocator.h 157 int call_index);
greedy-allocator.cc 558 const LiveRange* range, int call_index) {
561 LifetimePosition::GapFromInstructionIndex(call_index + 1));
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 631 const int call_index = 3; local
633 FLAG_turbo_preprocess_ranges ? var_def_index : call_index;
635 FLAG_turbo_preprocess_ranges ? call_index : var_def_index;
  /external/v8/src/crankshaft/
hydrogen.cc 9416 int call_index = args_length + 1; local
    [all...]

Completed in 106 milliseconds