Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp302 Label checkUnderflow(env_); in DoubleInRangeInt32() local
308 Branch(DoubleGreaterThan(x, Max), &overflow, &checkUnderflow); in DoubleInRangeInt32()
314 Bind(&checkUnderflow); in DoubleInRangeInt32()