Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *component_name, size_t rank, PandaStr… in GetArrayDescriptor()
106 const uint8_t *ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaSt… in GetPrimitiveArrayDescriptor()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyType.proto21 uint64 rank = 2; field
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp62 std::string Type::GetName(std::string_view component_name, size_t rank) in GetName()
83 size_t rank = i; in FromDescriptor() local
Dassembly-type.h45 Type(const Type &component_type, size_t rank) in Type()
Dassembly-parser.cpp121 size_t rank = 0; in ParseType() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h252 void SetPGORank(uint32_t rank) in SetPGORank()
262 void SetOriginalRank(uint32_t rank) in SetOriginalRank()