Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h152 Reduction ReduceStringPrototypeSubstring(Node* node);
Djs-call-reducer.cc88 TNode<String> ReduceStringPrototypeSubstring();
1175 TNode<String> JSCallReducerAssembler::ReduceStringPrototypeSubstring() { in ReduceStringPrototypeSubstring() function in v8::internal::compiler::JSCallReducerAssembler
4808 return ReduceStringPrototypeSubstring(node); in ReduceJSCall()
5314 Reduction JSCallReducer::ReduceStringPrototypeSubstring(Node* node) { in ReduceStringPrototypeSubstring() function in v8::internal::compiler::JSCallReducer
5323 Node* subgraph = a.ReduceStringPrototypeSubstring(); in ReduceStringPrototypeSubstring()