Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h65 Reduction ReduceJSToNumberInput(Node* input);
Djs-typed-lowering.cc340 Reduction const reduction = lowering_->ReduceJSToNumberInput(node); in ConvertPlainPrimitiveToNumber()
761 Reduction JSTypedLowering::ReduceJSToNumberInput(Node* input) { in ReduceJSToNumberInput() function in v8::internal::compiler::JSTypedLowering
809 Reduction reduction = ReduceJSToNumberInput(input); in ReduceJSToNumber()
1071 Reduction number_reduction = ReduceJSToNumberInput(value); in ReduceJSStoreProperty()