Searched refs:overflow (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 51 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/ets_runtime/test/aottest/exception_case13/ |
| D | expect_output.txt | 14 stack overflow
|
| /arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
| D | expect_output.txt | 14 stack overflow!
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 278 Label overflow(env); in GetValueFromBuffer() local 285 Branch(condition, &overflow, ¬Overflow); in GetValueFromBuffer() 286 Bind(&overflow); in GetValueFromBuffer()
|
| D | circuit_builder-inl.h | 166 Label overflow(env_); in DoubleToInt() 178 Branch(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt() 180 Bind(&overflow); in DoubleToInt()
|
| D | operations_stub_builder.cpp | 751 Label overflow(env); in Shr() local 823 Branch(condition, &overflow, ¬Overflow); in Shr() 824 Bind(&overflow); in Shr()
|
| D | stub_builder.cpp | 4553 Label overflow(env); in FastAddSubAndMul() local 4557 Branch(condition, &overflow, ¬Overflow); 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/ |
| D | absint_checks.md | 41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 630 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/ |
| D | BUILD.gn | 181 "-Wno-shift-count-overflow",
|
| /arkcompiler/toolchain/build/third_party_gn/openssl/ |
| D | BUILD.gn | 310 …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/ |
| D | es2015_tests.txt | 88 built-ins/Array/length/define-own-prop-length-overflow-order.js 89 built-ins/Array/length/define-own-prop-length-overflow-realm.js
|
| D | CI_tests.txt | 1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 44947 get overflow() { 44950 set overflow(t) { 50575 TU = t.overflow; 51130 QU = t.overflow;
|