Home
last modified time | relevance | path

Searched defs:notOverflow (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp385 BRANCH(TaggedIsHole(slotValue), &exit, &notOverflow); // hole -- slot is overflow in ProfileNativeCall() local
752 BRANCH(TaggedIsHole(slotValue), &exit, &notOverflow); // hole -- slot is overflow in ProfileGetIterator() local
H A Dnew_object_stub_builder.cpp603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, &notOverflow); in NewTaggedArrayChecked() local

Completed in 9 milliseconds