Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h67 Reduction ReduceJSToNumberInput(Node* input); in NON_EXPORTED_BASE()
Djs-typed-lowering.cc427 Reduction const reduction = lowering_->ReduceJSToNumberInput(node); in ConvertPlainPrimitiveToNumber()
1139 Reduction JSTypedLowering::ReduceJSToNumberInput(Node* input) { in ReduceJSToNumberInput() function in v8::internal::compiler::JSTypedLowering
1175 Reduction reduction = ReduceJSToNumberInput(input); in ReduceJSToNumber()
1383 Reduction number_reduction = ReduceJSToNumberInput(value); in ReduceJSStoreProperty()