Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2816 Label checkOverflow(env); in Splice() local
2834 BRANCH(Int32GreaterThan(argc, Int32(1)), &greaterOne, &checkOverflow); in Splice()
2851 … BRANCH(Int32LessThan(Int32Sub(arrayLen, *start), *deleteCount), &lessArrayLen, &checkOverflow); in Splice()
2854 Jump(&checkOverflow); in Splice()
2855 Bind(&checkOverflow); in Splice()