Home
last modified time | relevance | path

Searched defs:LiteralArray (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-literals.h26 struct LiteralArray { struct
28 struct Literal {
136 …explicit LiteralArray(std::vector<panda::pandasm::LiteralArray::Literal> literals) : literals_(std… in LiteralArray() argument
141 …static constexpr panda_file::LiteralTag GetArrayTagFromComponentType(panda_file::Type::TypeId type) in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-literals.h26 struct LiteralArray { struct
28 struct Literal {
183 …std::vector<ark::pandasm::LiteralArray::Literal> literals; // NOLINT(misc-non-private-member-vari… argument
185 explicit LiteralArray(std::vector<ark::pandasm::LiteralArray::Literal> literalsVec) in LiteralArray() function
191 …static constexpr panda_file::LiteralTag GetArrayTagFromComponentType(panda_file::Type::TypeId type) in GetArrayTagFromComponentType()
221 …atic constexpr panda_file::LiteralTag GetLiteralTagFromComponentType(panda_file::Type::TypeId type) in GetLiteralTagFromComponentType()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dliteral_array.h99LiteralArray(AbckitLiteralArray *lita, const ApiConfig *conf, const File *file) : ViewInResource(l… in LiteralArray() function
Dconfig.h42 class LiteralArray; variable
94 friend LiteralArray; variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto45 message LiteralArray { message
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp23 using LiteralArray = pandasm::LiteralArray; typedef
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md489 ### LiteralArray subsection
/arkcompiler/runtime_core/docs/
Dfile_format.md413 ### LiteralArray subsection
/arkcompiler/runtime_core/static_core/abc2program/tests/
Dabc2program_test.cpp330 TEST_F(Abc2ProgramLiteralArrayTest, LiteralArray) in TEST_F() argument