Searched full:known (Results 1 – 25 of 175) sorted by relevance
1234567
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.h | 32 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/disassembler/tests/ |
| D | disassembler_line_number_test.cpp | 43 // 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 149 // The known line number in the abc file
|
| D | disassembler_column_number_test.cpp | 43 // The known column number in the abc file 64 // The known column number in the abc file 85 // The known column number in the abc file 126 // The known column number in the abc file 148 // The known column number in the abc file
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | verify_constant_pool_tests.cpp | 71 std::vector<uint8_t> new_method_id = {0x0c, 0x00}; // The known string id in the abc file 72 std::vector<uint8_t> method_id = {0x0e, 0x00}; // The known method id in the abc file 112 std::vector<uint8_t> new_literal_id = {0x0e, 0x00}; // The known method id in the abc file 113 std::vector<uint8_t> literal_id = {0x0f, 0x00}; // The known literal id in the abc file 155 std::vector<uint8_t> new_string_id = {0x0f, 0x00}; // The known literal id in the abc file 156 std::vector<uint8_t> string_id = {0x0c, 0x00}; // The known string id in the abc file 197 std::vector<unsigned char> opcode_imm8 = {0x4f, 0x13}; // The known instruction in the abc file 236 …std::vector<unsigned char> opcode_imm8 = {0x4f, 0x13}; // The known jump instruction in the abc fi…
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 53 * **Garbage collection** is also known as automatic memory management, 64 … references on the stack are mapped (i.e., it is known when we have an object on the stack or not). 65 Mutator is at a known point in its interaction with the heap. 66 It means that all objects which are currently in use are known and we know how to get value
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 53 * **Garbage collection** is also known as automatic memory management, 64 … references on the stack are mapped (i.e., it is known when we have an object on the stack or not). 65 Mutator is at a known point in its interaction with the heap. 66 It means that all objects which are currently in use are known and we know how to get value
|
| /arkcompiler/ets_frontend/test262/ |
| D | ignored-test262-fastverify-x64.txt | 1 # Known failure list for test262 - fastverify-x64
|
| D | ignored-test262-debug-x64.txt | 1 # Known failure list for test262 - debug-x64
|
| /arkcompiler/ets_frontend/test/workload/ |
| D | ignored-third_lib_js-fastverify-arm64-int.txt | 1 # Known failures list for third_lib_js-fastverify-arm64-int
|
| D | ignored-third_lib_js-release-arm64-int.txt | 1 # Known failures list for third_lib_js - release-arm64-int
|
| D | ignored-third_lib_js-fastverify-arm64-jit.txt | 1 # Known failures list for third_lib_js-debug-arm64-jit
|
| D | ignored-third_lib_js-fastverify-arm64-aot-litecg.txt | 1 # Known failures list for third_lib_js-fastverify-arm64-int
|
| D | ignored-third_lib_js-fastverify-arm64-aot.txt | 1 # Known failures list for third_lib_js-fastverify-arm64-aot
|
| D | ignored-third_lib_js-release-arm64-jit.txt | 1 # Known failures list for third_lib_js - release-arm64-jit
|
| D | ignored-app-workload-release-x64-aot.txt | 1 # Known failures list for app-workload - fastverify-x64-aot
|
| D | ignored-weekly_wl-release-x64-aot-llvmcg.txt | 1 # Known failures list for weekly workload - release-x64-aot-llvmcg
|
| D | ignored-third_lib_js-release-arm64-aot.txt | 1 # Known failures list for third_lib_js - release-arm64-aot
|
| D | ignored-third_lib_js-debug-x64-aot-litecg.txt | 1 # Known failures list for third_lib_js - debug-x64-aot-litecg
|
| D | ignored-third_lib_js-debug-x64-aot-llvmcg.txt | 1 # Known failures list for third_lib_js - debug-x64-aot-llvmcg
|
| D | ignored-third_lib_js-fastverify-x64-int.txt | 1 # Known failures list for third_lib_js - fastverify-x64-int
|
| D | ignored-third_lib_js-release-x64-jit.txt | 1 # Known failures list for third_lib_js - release-x64-jit
|
| D | ignored-third_lib_js-debug-x64-jit.txt | 1 # Known failures list for third_lib_js - debug-x64-jit
|
| D | ignored-weekly_workload-release-x64-aot-litecg.txt | 1 # Known failures list for weekly workload - release-x64-aot-litecg
|
| D | ignored-weekly_wl-release-x64-aot-litecg.txt | 1 # Known failures list for weekly workload - release-x64-aot-litecg
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | test_base.py | 128 … verbose in [ALL, SHORT] and filter == KNOWN and status = New or Known or Passed Ignored -> True 152 verbose == NONE and filter == KNOWN and status = New or Known or Passed Ignored -> True
|
1234567