Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h453 CreateArgumentsType const& CreateArgumentsTypeOf(const Operator* op);
Djs-generic-lowering.cc344 CreateArgumentsType const type = CreateArgumentsTypeOf(node->op()); in LowerJSCreateArguments()
Djs-operator.cc357 CreateArgumentsType const& CreateArgumentsTypeOf(const Operator* op) { in CreateArgumentsTypeOf() function
Djs-create-lowering.cc169 CreateArgumentsType type = CreateArgumentsTypeOf(node->op()); in ReduceJSCreateArguments()
Dtyper.cc1154 switch (CreateArgumentsTypeOf(node->op())) { in TypeJSCreateArguments()
Djs-call-reducer.cc3072 CreateArgumentsType const type = CreateArgumentsTypeOf(arguments_list->op()); in ReduceCallOrConstructWithArrayLikeOrSpread()