Home
last modified time | relevance | path

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

1234567

/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/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
149 // The known line number in the abc file
Ddisassembler_column_number_test.cpp43 // 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/
Dverify_constant_pool_tests.cpp71 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/
Dglossary.md53 * **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/
Dglossary.md53 * **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/
Dignored-test262-fastverify-x64.txt1 # Known failure list for test262 - fastverify-x64
Dignored-test262-debug-x64.txt1 # Known failure list for test262 - debug-x64
/arkcompiler/ets_frontend/test/workload/
Dignored-third_lib_js-fastverify-arm64-int.txt1 # Known failures list for third_lib_js-fastverify-arm64-int
Dignored-third_lib_js-release-arm64-int.txt1 # Known failures list for third_lib_js - release-arm64-int
Dignored-third_lib_js-fastverify-arm64-jit.txt1 # Known failures list for third_lib_js-debug-arm64-jit
Dignored-third_lib_js-fastverify-arm64-aot-litecg.txt1 # Known failures list for third_lib_js-fastverify-arm64-int
Dignored-third_lib_js-fastverify-arm64-aot.txt1 # Known failures list for third_lib_js-fastverify-arm64-aot
Dignored-third_lib_js-release-arm64-jit.txt1 # Known failures list for third_lib_js - release-arm64-jit
Dignored-app-workload-release-x64-aot.txt1 # Known failures list for app-workload - fastverify-x64-aot
Dignored-weekly_wl-release-x64-aot-llvmcg.txt1 # Known failures list for weekly workload - release-x64-aot-llvmcg
Dignored-third_lib_js-release-arm64-aot.txt1 # Known failures list for third_lib_js - release-arm64-aot
Dignored-third_lib_js-debug-x64-aot-litecg.txt1 # Known failures list for third_lib_js - debug-x64-aot-litecg
Dignored-third_lib_js-debug-x64-aot-llvmcg.txt1 # Known failures list for third_lib_js - debug-x64-aot-llvmcg
Dignored-third_lib_js-fastverify-x64-int.txt1 # Known failures list for third_lib_js - fastverify-x64-int
Dignored-third_lib_js-release-x64-jit.txt1 # Known failures list for third_lib_js - release-x64-jit
Dignored-third_lib_js-debug-x64-jit.txt1 # Known failures list for third_lib_js - debug-x64-jit
Dignored-weekly_workload-release-x64-aot-litecg.txt1 # Known failures list for weekly workload - release-x64-aot-litecg
Dignored-weekly_wl-release-x64-aot-litecg.txt1 # Known failures list for weekly workload - release-x64-aot-litecg
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_base.py128 … 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