Home
last modified time | relevance | path

Searched refs:AT_START (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Delements.cc57 enum Where { AT_START, AT_END }; enumerator
2038 return Subclass::RemoveElement(receiver, AT_START); in ShiftImpl()
2052 AT_START); in UnshiftImpl()
2397 int remove_index = remove_position == AT_START ? 0 : new_length; in RemoveElement()
2400 if (remove_position == AT_START) { in RemoveElement()
2427 int copy_dst_index = add_position == AT_START ? add_size : 0; in AddArguments()
2433 } else if (add_position == AT_START) { in AddArguments()
2441 int insertion_index = add_position == AT_START ? 0 : length; in AddArguments()
/external/v8/src/regexp/
Djsregexp.h732 AT_START, enumerator
741 return new(on_success->zone()) AssertionNode(AT_START, on_success); in AtStart()
Djsregexp.cc2316 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()
2326 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()
3145 if (assertion_type_ == AT_START && not_at_start) { in GetQuickCheckDetails()
3166 case AT_START: { in Emit()
4666 case AssertionNode::AT_START: in VisitAssertion()