Home
last modified time | relevance | path

Searched refs:notOverflow (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp378 Label notOverflow(env); in ProfileNativeCall()
385 BRANCH(TaggedIsHole(slotValue), &exit, &notOverflow); // hole -- slot is overflow in ProfileNativeCall() local
386 Bind(&notOverflow); in ProfileNativeCall()
745 Label notOverflow(env); in ProfileGetIterator()
752 BRANCH(TaggedIsHole(slotValue), &exit, &notOverflow); // hole -- slot is overflow in ProfileGetIterator() local
753 Bind(&notOverflow); in ProfileGetIterator()
H A Doperations_stub_builder.cpp793 Label notOverflow(env); in Shr()
864 BRANCH(condition, &overflow, &notOverflow); in Shr()
871 Bind(&notOverflow); in Shr()
H A Dnew_object_stub_builder.cpp602 Label notOverflow(env); in NewTaggedArrayChecked()
603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, &notOverflow); in NewTaggedArrayChecked() local
611 Bind(&notOverflow); in NewTaggedArrayChecked()
H A Dstub_builder.cpp1166 Label notOverflow(env); in CallGetterHelper()
1167 BRANCH(condition, &overflow, &notOverflow); in CallGetterHelper()
1173 Bind(&notOverflow); in CallGetterHelper()
7489 Label notOverflow(env); in FastAddSubAndMul()
7492 BRANCH(condition, &overflow, &notOverflow); in FastAddSubAndMul()
7502 Bind(&notOverflow); in FastAddSubAndMul()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp342 Label notOverflow(env); in GetValueFromBuffer()
348 BRANCH(condition, &overflow, &notOverflow); in GetValueFromBuffer()
354 Bind(&notOverflow); in GetValueFromBuffer()
H A Dbuiltins_array_stub_builder.cpp3079 Label notOverflow(env); in Splice()
3116 ZExtInt32ToInt64(*actualDeleteCount)), Int64(base::MAX_SAFE_INTEGER)), slowPath, &notOverflow); in Splice()
3117 Bind(&notOverflow); in Splice()

Completed in 41 milliseconds