Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-literals.h26 struct LiteralArray { struct
28 struct Literal {
178 …std::vector<ark::pandasm::LiteralArray::Literal> literals; // NOLINT(misc-non-private-member-vari… argument
180 explicit LiteralArray(std::vector<ark::pandasm::LiteralArray::Literal> literalsVec) in LiteralArray() argument
186 …static constexpr panda_file::LiteralTag GetArrayTagFromComponentType(panda_file::Type::TypeId type) in GetArrayTagFromComponentType()
216 …atic constexpr panda_file::LiteralTag GetLiteralTagFromComponentType(panda_file::Type::TypeId type) in GetLiteralTagFromComponentType()
/arkcompiler/runtime_core/assembler/
Dassembly-literals.h26 struct LiteralArray { struct
28 struct Literal {
135 …explicit LiteralArray(std::vector<panda::pandasm::LiteralArray::Literal> literals) : literals_(std… in LiteralArray() argument
140 …static constexpr panda_file::LiteralTag GetArrayTagFromComponentType(panda_file::Type::TypeId type) in GetArrayTagFromComponentType()
/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/docs/
Dfile_format.md413 ### LiteralArray subsection
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md415 ### LiteralArray subsection