Searched refs:notOverflow (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 378 Label notOverflow(env); in ProfileNativeCall() 385 BRANCH(TaggedIsHole(slotValue), &exit, ¬Overflow); // hole -- slot is overflow in ProfileNativeCall() local 386 Bind(¬Overflow); in ProfileNativeCall() 745 Label notOverflow(env); in ProfileGetIterator() 752 BRANCH(TaggedIsHole(slotValue), &exit, ¬Overflow); // hole -- slot is overflow in ProfileGetIterator() local 753 Bind(¬Overflow); in ProfileGetIterator()
|
H A D | operations_stub_builder.cpp | 793 Label notOverflow(env); in Shr() 864 BRANCH(condition, &overflow, ¬Overflow); in Shr() 871 Bind(¬Overflow); in Shr()
|
H A D | new_object_stub_builder.cpp | 602 Label notOverflow(env);
in NewTaggedArrayChecked() 603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, ¬Overflow);
in NewTaggedArrayChecked() local 611 Bind(¬Overflow);
in NewTaggedArrayChecked()
|
H A D | stub_builder.cpp | 1166 Label notOverflow(env); in CallGetterHelper() 1167 BRANCH(condition, &overflow, ¬Overflow); in CallGetterHelper() 1173 Bind(¬Overflow); in CallGetterHelper() 7489 Label notOverflow(env); in FastAddSubAndMul() 7492 BRANCH(condition, &overflow, ¬Overflow); in FastAddSubAndMul() 7502 Bind(¬Overflow); in FastAddSubAndMul()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.cpp | 342 Label notOverflow(env);
in GetValueFromBuffer() 348 BRANCH(condition, &overflow, ¬Overflow);
in GetValueFromBuffer() 354 Bind(¬Overflow);
in GetValueFromBuffer()
|
H A D | builtins_array_stub_builder.cpp | 3079 Label notOverflow(env); in Splice() 3116 ZExtInt32ToInt64(*actualDeleteCount)), Int64(base::MAX_SAFE_INTEGER)), slowPath, ¬Overflow); in Splice() 3117 Bind(¬Overflow); in Splice()
|
Completed in 41 milliseconds