Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.cc166 Node* target, Node* context, Node* const* stack_parameters, in CreateJavaScriptBuiltinContinuationFrameState() argument
184 actual_parameters.push_back(stack_parameters[i]); in CreateJavaScriptBuiltinContinuationFrameState()
Djs-call-reducer.cc1074 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayForEach() local
1080 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1103 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1151 node->InputAt(0), context, &checkpoint_params[0], stack_parameters, in ReduceArrayForEach()
1271 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayReduce() local
1274 checkpoint_params.data(), stack_parameters - 1, outer_frame_state, in ReduceArrayReduce()
1298 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayReduce() local
1302 checkpoint_params.data(), stack_parameters, outer_frame_state, in ReduceArrayReduce()
1368 const int stack_parameters = static_cast<int>(checkpoint_params.size()); in ReduceArrayReduce() local
1371 checkpoint_params.data(), stack_parameters, outer_frame_state, in ReduceArrayReduce()
[all …]
Dframe-states.h159 Node* target, Node* context, Node* const* stack_parameters,