| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_string_test.cpp | 34 bool ValidateString(const std::vector<std::string> &strings, in ValidateString() 59 std::vector<std::string> strings = disasm.GetStrings(); variable 75 std::vector<std::string> strings = disasm.GetStrings(); variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/ |
| D | name_space.ts | 38 let strings = ["Hello", "98052", "101"]; variable
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | dumper.cpp | 46 void Dumper::DumpStrings(std::set<std::string> const &strings) in DumpStrings()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.h | 38 std::set<std::string> strings; member
|
| D | assembly-emitter.h | 40 std::unordered_map<uint32_t, std::string> strings; member
|
| D | assembly-emitter.cpp | 1596 const std::unordered_map<std::string, panda_file::StringItem *> &strings, in Emit()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-program.h | 42 StringT strings; member
|
| D | assembly-emitter.h | 41 std::unordered_map<uint32_t, std::string> strings; member
|
| D | assembly-emitter.cpp | 1629 const std::unordered_map<std::string_view, panda_file::StringItem *> &strings, in Emit()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyProgram.proto | 46 repeated bytes strings = 6; field
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | multithreaded_intern_string_table_test.cpp | 171 void TestConcurrentInsertion(const std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> &strings, u… in TestConcurrentInsertion() 199 std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> strings {}; in TEST_F() local
|
| D | epsilon_gcs_test.cpp | 145 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
|
| D | g1gc_test.cpp | 732 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | abc2program_test_utils.cpp | 72 bool Abc2ProgramTestUtils::ValidateStrings(const T &strings, const T &expected_strings) in ValidateStrings()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | constant_propagation_test.cpp | 65 std::unordered_map<uint32_t, std::string> *strings = nullptr) in CheckFunction()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 1065 std::unordered_set<std::string> strings = {" abc123 ", "zxcvb"}; in TEST() local 1111 std::unordered_set<std::string> strings = {" \" ' \\ \a \b \f \n \r \t \v "}; in TEST() local 1218 std::unordered_set<std::string> strings = {"123\xaa\x65"}; in TEST() local 1240 std::unordered_set<std::string> strings = {"123\1\02\00123"}; in TEST() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 1068 Program::StringT strings = {" abc123 ", "zxcvb"}; in TEST() local 1114 Program::StringT strings = {" \" ' \\ \a \b \f \n \r \t \v "}; in TEST() local 1221 Program::StringT strings = {"123\xaa\x65"}; in TEST() local 1243 Program::StringT strings = {"123\1\02\00123"}; in TEST() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 619 std::vector<std::string> strings; in GetStrings() local
|