Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp3575 Label arraylengthNotZero(&builder_); in LowerArrayPop() local
3591 BRANCH_CIR(builder_.Int32Equal(arrayLength, builder_.Int32(0)), &exit, &arraylengthNotZero); in LowerArrayPop()
3592 builder_.Bind(&arraylengthNotZero); in LowerArrayPop()