Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.h135 Reduction ReduceStringPrototypeSubstring(Node* node);
Djs-call-reducer.cc76 TNode<String> ReduceStringPrototypeSubstring();
1142 TNode<String> JSCallReducerAssembler::ReduceStringPrototypeSubstring() { in ReduceStringPrototypeSubstring() function in v8::internal::compiler::JSCallReducerAssembler
4480 return ReduceStringPrototypeSubstring(node); in ReduceJSCall()
4850 Reduction JSCallReducer::ReduceStringPrototypeSubstring(Node* node) { in ReduceStringPrototypeSubstring() function in v8::internal::compiler::JSCallReducer
4859 Node* subgraph = a.ReduceStringPrototypeSubstring(); in ReduceStringPrototypeSubstring()