Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h68 Reduction ReduceJSToString(Node* node);
Djs-typed-lowering.cc839 Reduction result = ReduceJSToString(input); in ReduceJSToStringInput()
864 Reduction JSTypedLowering::ReduceJSToString(Node* node) { in ReduceJSToString() function in v8::internal::compiler::JSTypedLowering
2626 return ReduceJSToString(node); in Reduce()