Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc1072 std::vector<Node*> checkpoint_params( in ReduceArrayForEach() local
1074 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayForEach()
1080 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1090 checkpoint_params[3] = k; in ReduceArrayForEach()
1103 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1120 checkpoint_params[3] = next_k; in ReduceArrayForEach()
1151 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1268 const std::vector<Node*> checkpoint_params( in ReduceArrayReduce() local
1271 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayReduce()
1274 checkpoint_params.data(), stack_parameters - 1, outer_frame_state, in ReduceArrayReduce()
[all …]