Home
last modified time | relevance | path

Searched full:known (Results 1 – 25 of 216) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h32 known or invalid (conflicting). The "known" state is augmented with instruction id
36 1) checks that each instruction's input register holds known value and corresponding
56 3) if either destination or source value is known (but not both values simultaneously) then
57 destination will either remain known or will be updated to known value;
58 4) if both source and destination values are known and holds result of the same instruction
59 then the destination remain known;
60 5) if both source and destination values are known but holds results of different instructions
113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; enumerator
134 state_ = State::KNOWN; in SetId()
/arkcompiler/runtime_core/libabckit/tests/sanitizers/
DREADME.md1 # Known and suppressed leaks:
3 - leak:NewMutatorLock - `static_core/runtime` has known memory leak issues, check `runtime_core/sta…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/
DREADME.md39 vmb all -p interop_d2s -T d2s -L js -l js --exclude-list=$TESTS/known-fails-d2s.txt --timeout=60 $T…
42 vmb all -p interop_s2d -T s2d -A --exclude-list=$TESTS/known-fails-s2d.txt --timeout=60 $TESTS
45 vmb all -p interop_d2d -T d2d -L js -l js --exclude-list=$TESTS/known-fails-d2d.txt --timeout=60 $T…
48 vmb all -p arkts_host -T s2s -A --exclude-list=$TESTS/known-fails-s2s.txt --timeout=60 $TESTS
78 --exclude-list=$TESTS/known-fails-s2d.txt \
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_line_number_test.cpp43 // The known line number in the abc file
64 // The known line number in the abc file
86 // The known line number in the abc file
107 // The known line number in the abc file
128 // The known line number in the abc file
/arkcompiler/ets_frontend/test262/
Dignored-test262-debug-x64.txt1 # Known failure list for test262 - debug-x64
Dignored-test262-release-x64.txt1 # Known failure list for test262 - release-x64
Dignored-test262-fastverify-x64-abc2program.txt1 # Known failure list for test262 - fastverify-x64-abc2program
Dignored-test262-debug-x64-jit.txt1 # Known failure list for test262 - debug-x64-jit
Dignored-test262-release-x64-abc2program.txt1 # Known failure list for test262 - release-x64-abc2program
Dignored-test262-release-qemu-int.txt1 # Known failures list for test262 - release-qemu-int
/arkcompiler/ets_frontend/test/workload/
Dignored-third_lib_js-debug-arm64-int.txt1 # Known failures list for third_lib_js-debug-arm64-int
Dignored-third_lib_js-release-arm64-int.txt1 # Known failures list for third_lib_js - release-arm64-int
Dignored-third_lib_js-debug-arm64-aot-litecg.txt1 # Known failures list for third_lib_js-debug-arm64-int
Dignored-third_lib_js-release-x64-aot.txt1 # Known failures list for third_lib_js - release-x64-aot
Dignored-third_lib_js-release-x64-int.txt1 # Known failures list for third_lib_js - release-x64-int
Dignored-third_lib_js-debug-arm64-aot.txt1 # Known failures list for third_lib_js-debug-arm64-aot
Dignored-third_lib_js-debug-x64-jit.txt1 # Known failures list for third_lib_js - debug-x64-jit
Dignored-third_lib_js-fastverify-x64-jit.txt1 # Known failures list for third_lib_js - fastverify-x64-jit
Dignored-third_lib_js-release-arm64-jit.txt1 # Known failures list for third_lib_js - release-arm64-jit
Dignored-third_lib_js-fastverify-x64-int.txt1 # Known failures list for third_lib_js - fastverify-x64-int
Dignored-third_lib_js-debug-x64-aot-llvmcg.txt1 # Known failures list for third_lib_js - debug-x64-aot-llvmcg
/arkcompiler/toolchain/test/ut/
Dignored-ut-debug-qemu-toolchain.txt1 # Known failure list for ut - debug - qemu - toolchain
Dignore-ut-debug-x64-toolchain.txt1 # Known failure list for ut - debug - x64 - toolchain
Dignore-ut-release-x64-toolchain.txt1 # Known failure list for ut - release - x64 - toolchain
/arkcompiler/ets_runtime/test/ut/
Dignore-ut-debug-qemu-ets_runtime.txt1 # Known failure list for ut - debug - qemu - ets_runtime

123456789