Home
last modified time | relevance | path

Searched refs:IsRestLengthOf (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Descape-analysis-reducer.cc246 ArgumentsStateType type = IsRestLengthOf(arguments_length->op()) in Finalize()
Dsimplified-operator.h474 bool IsRestLengthOf(const Operator* op) V8_WARN_UNUSED_RESULT;
Dsimplified-operator.cc1425 bool IsRestLengthOf(const Operator* op) { in IsRestLengthOf() function
Deffect-control-linearizer.cc2544 bool is_rest_length = IsRestLengthOf(node->op()); in LowerArgumentsLength()