Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1140 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in DECLARE_BUILTINS() local
1142 Branch(BoolAnd(isGEZero, isLEMaxLen), &validIntLength, &slowPath); in DECLARE_BUILTINS()