Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc4219 Node* initStart = graph()->NewNode( in ReduceStringPrototypeSubstr() local
4230 initStart = effect = graph()->NewNode( in ReduceStringPrototypeSubstr()
4231 common()->TypeGuard(Type::UnsignedSmall()), initStart, effect, control); in ReduceStringPrototypeSubstr()
4237 graph()->NewNode(simplified()->NumberSubtract(), length, initStart)); in ReduceStringPrototypeSubstr()
4243 graph()->NewNode(simplified()->NumberAdd(), initStart, resultLength), in ReduceStringPrototypeSubstr()
4258 graph()->NewNode(simplified()->StringSubstring(), receiver, initStart, in ReduceStringPrototypeSubstr()