Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h42 Reduction ReduceJSToNumberInput(Node* input);
Djs-typed-lowering.cc158 Reduction reduced = lowering_->ReduceJSToNumberInput(node); in ConvertToNumber()
425 Reduction JSTypedLowering::ReduceJSToNumberInput(Node* input) { in ReduceJSToNumberInput() function in v8::internal::compiler::JSTypedLowering
428 Reduction result = ReduceJSToNumberInput(input->InputAt(0)); in ReduceJSToNumberInput()
692 ReduceJSToNumberInput(node->InputAt(0))); in Reduce()