Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp90 Label indexNotLessZero(env); in CheckTypedArrayIndexInRange() local
91 Branch(Int64LessThan(index, Int64(0)), &exit, &indexNotLessZero); in CheckTypedArrayIndexInRange()
92 Bind(&indexNotLessZero); in CheckTypedArrayIndexInRange()
Dstub_builder.cpp1871 Label indexNotLessZero(env); in LoadElement() local
1885 Branch(Int32LessThan(index, Int32(0)), &indexLessZero, &indexNotLessZero); in LoadElement()
1890 Bind(&indexNotLessZero); in LoadElement()
1913 Label indexNotLessZero(env); in LoadStringElement() local
1929 Branch(Int32LessThan(index, Int32(0)), &indexLessZero, &indexNotLessZero); in LoadStringElement()
1934 Bind(&indexNotLessZero); in LoadStringElement()
1961 Label indexNotLessZero(env); in ICStoreElement() local
1991 Branch(Int32LessThan(index, Int32(0)), &indexLessZero, &indexNotLessZero); in ICStoreElement()
1996 Bind(&indexNotLessZero); in ICStoreElement()
8016 Label indexNotLessZero(env); in CalArrayRelativePos() local
[all …]