Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaStri… 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.cpp120 size_t rank = 0; in ParseType() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp79 std::string Type::GetName(std::string_view componentName, size_t rank) in GetName()
100 size_t rank = i; in FromDescriptor() local
Dassembly-type.h47 Type(const Type &componentType, size_t rank) in Type()
Dassembly-parser.cpp121 size_t rank = 0; in ParseType() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_helper.h149 auto rank = 0; in GetNameUndecorated() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsArrayType.cpp59 uint32_t rank = 1; in Rank() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp224 size_t rank = 0; variable
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h263 void SetPGORank(uint32_t rank) in SetPGORank()
273 void SetOriginalRank(uint32_t rank) in SetOriginalRank()
283 void SetReLayoutRank(ItemRank rank) in SetReLayoutRank()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h239 void SetPGORank(uint32_t rank) in SetPGORank()
249 void SetOriginalRank(uint32_t rank) in SetOriginalRank()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp1917 auto GetArrayDescriptor(const char *name, int rank) in GetArrayDescriptor()