Home
last modified time | relevance | path

Searched defs:strings (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-program.h38 std::set<std::string> strings; member
H A Dassembly-emitter.h40 std::unordered_map<uint32_t, std::string> strings; member
H A Dassembly-emitter.cpp1592 Emit(BytecodeEmitter &emitter, panda_file::MethodItem *method, const std::unordered_map<std::string, panda_file::BaseMethodItem *> &methods, const std::unordered_map<std::string, panda_file::BaseFieldItem *> &fields, const std::unordered_map<std::string, panda_file::BaseClassItem *> &classes, const std::unordered_map<std::string, panda_file::StringItem *> &strings, const std::unordered_map<std::string, panda_file::LiteralArrayItem *> &literalarrays) const Emit() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-program.h42 StringT strings; member
H A Dassembly-emitter.h41 std::unordered_map<uint32_t, std::string> strings; member
H A Dassembly-emitter.cpp1641 Emit(BytecodeEmitter &emitter, panda_file::MethodItem *method, const std::unordered_map<std::string, panda_file::BaseMethodItem *> &methods, const std::unordered_map<std::string, panda_file::BaseFieldItem *> &fields, const std::unordered_map<std::string, panda_file::BaseClassItem *> &classes, const std::unordered_map<std::string_view, panda_file::StringItem *> &strings, const std::unordered_map<std::string, panda_file::LiteralArrayItem *> &literalarrays) const Emit() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Ddumper.cpp46 void Dumper::DumpStrings(std::set<std::string> const &strings) in DumpStrings() argument
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_string_test.cpp34 bool ValidateString(const std::vector<std::string> &strings, in ValidateString() argument
59 std::vector<std::string> strings = disasm.GetStrings(); in HWTEST_F() local
75 std::vector<std::string> strings = disasm.GetStrings(); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/abc2program/tests/
H A Dabc2program_test.cpp35 bool ValidateString(const T &strings, const T &expectedStrings) in ValidateString() argument
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dabc2program_test_utils.cpp72 bool Abc2ProgramTestUtils::ValidateStrings(const T &strings, const T &expected_strings) in ValidateStrings() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Depsilon_gcs_test.cpp145 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
[all...]
H A Dmultithreaded_intern_string_table_test.cpp171 void TestConcurrentInsertion(const std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> &strings, uint32_t &arrayItem, in TestConcurrentInsertion() argument
H A Dg1gc_test.cpp732 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp1065 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 in TEST() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp1071 Program::StringT strings = {" abc123 ", "zxcvb"}; in TEST() local
1225 Program::StringT strings = {"123\xaa\x65"}; in TEST() local
1247 Program::StringT strings in TEST() local
[all...]
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp720 std::vector<std::string> strings; in GetStrings() local

Completed in 26 milliseconds