Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2322 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in LowerArrayConstructor() local
2419 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in ConvertFloat32ArrayConstructorLength() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp4546 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in GenArrayConstructor() local