Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp4799 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in GenArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp2325 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in LowerArrayConstructor() local
2422 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in ConvertFloat32ArrayConstructorLength() local

Completed in 26 milliseconds