Home
last modified time | relevance | path

Searched refs:ool_high (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1875 auto ool_high = zone()->New<OutOfLineFloat64Min>( in AssembleArchInstruction() local
1880 ool_high->entry()); in AssembleArchInstruction()
1881 __ bind(ool_high->exit()); in AssembleArchInstruction()
1895 auto ool_high = zone()->New<OutOfLineFloat64Max>( in AssembleArchInstruction() local
1900 ool_high->entry()); in AssembleArchInstruction()
1901 __ bind(ool_high->exit()); in AssembleArchInstruction()

Completed in 4 milliseconds