Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2228 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in LowerArrayConstructor() local
2322 GateRef isGEZero = builder_.Int64GreaterThanOrEqual(intLen, builder_.Int64(0)); in ConvertFloat32ArrayConstructorLength() local
Dcommon_stubs.cpp210 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp5109 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in GenArrayConstructor() local