Searched refs:formal_arguments (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining.cc | 60 return call_->InputAt(formal_arguments() + 1); in new_target() 68 int formal_arguments() { in formal_arguments() function in v8::internal::compiler::JSCallAccessor 527 node->RemoveInput(call.formal_arguments() + 1); // Drop new target. in ReduceJSCall() 544 node, frame_state, call.formal_arguments(), in ReduceJSCall() 599 CreateArtificialFrameState(node, frame_state, call.formal_arguments(), in ReduceJSCall() 627 if (call.formal_arguments() != parameter_count) { in ReduceJSCall() 629 node, frame_state, call.formal_arguments(), BailoutId::None(), in ReduceJSCall()
|