Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
51 #! CHECKER Stack overflow unhandled
/arkcompiler/ets_runtime/test/aottest/exception_case13/
Dexpect_output.txt14 stack overflow
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dexpect_output.txt14 stack overflow!
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp278 Label overflow(env); in GetValueFromBuffer() local
285 Branch(condition, &overflow, &notOverflow); in GetValueFromBuffer()
286 Bind(&overflow); in GetValueFromBuffer()
Dcircuit_builder-inl.h166 Label overflow(env_); in DoubleToInt()
178 Branch(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt()
180 Bind(&overflow); in DoubleToInt()
Doperations_stub_builder.cpp751 Label overflow(env); in Shr() local
823 Branch(condition, &overflow, &notOverflow); in Shr()
824 Bind(&overflow); in Shr()
Dstub_builder.cpp4553 Label overflow(env); in FastAddSubAndMul() local
4557 Branch(condition, &overflow, &notOverflow); in FastAddSubAndMul()
4558 Bind(&overflow); in FastAddSubAndMul()
5019 Label overflow(env); in DoubleToInt() local
5026 Branch(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
5035 Branch(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt()
5037 Bind(&overflow); in DoubleToInt()
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp630 bool overflow = false; in ParseDecimalDigits() local
635 if (!overflow) { in ParseDecimalDigits()
637 overflow = true; in ParseDecimalDigits()
644 if (overflow) { in ParseDecimalDigits()
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn181 "-Wno-shift-count-overflow",
/arkcompiler/toolchain/build/third_party_gn/openssl/
DBUILD.gn310 …ssl/crypto/bn/bn_exp.c:382:38: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
313 "-Wno-error=shift-count-overflow",
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt88 built-ins/Array/length/define-own-prop-length-overflow-order.js
89 built-ins/Array/length/define-own-prop-length-overflow-realm.js
DCI_tests.txt1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js44947 get overflow() {
44950 set overflow(t) {
50575 TU = t.overflow;
51130 QU = t.overflow;