Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h97 Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
Djs-typed-lowering.cc1615 Node* const elements = AllocateArguments(effect, control, args_state); in ReduceJSCreateArguments()
2695 Node* JSTypedLowering::AllocateArguments(Node* effect, Node* control, in AllocateArguments() function in v8::internal::compiler::JSTypedLowering
2760 return AllocateArguments(effect, control, frame_state); in AllocateAliasedArguments()