Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Doperator-properties.cc66 return CreateArgumentsTypeOf(op) == CreateArgumentsType::kMappedArguments; in NeedsExactContext()
Djs-operator.cc394 CreateArgumentsType const& CreateArgumentsTypeOf(const Operator* op) { in CreateArgumentsTypeOf() function
Djs-generic-lowering.cc586 CreateArgumentsType const type = CreateArgumentsTypeOf(node->op()); in LowerJSCreateArguments()
Djs-operator.h562 CreateArgumentsType const& CreateArgumentsTypeOf(const Operator* op);
Djs-create-lowering.cc150 CreateArgumentsType type = CreateArgumentsTypeOf(node->op()); in ReduceJSCreateArguments()
Dtyper.cc1229 switch (CreateArgumentsTypeOf(node->op())) { in TypeJSCreateArguments()
Djs-call-reducer.cc4082 CreateArgumentsType const type = CreateArgumentsTypeOf(arguments_list->op()); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()