Home
last modified time | relevance | path

Searched defs:rank (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaString *storage) in GetArrayDescriptor() argument
106 const uint8_t *ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString *storage) in GetPrimitiveArrayDescriptor() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_helper.h149 auto rank = 0; in GetNameUndecorated() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-type.cpp62 std::string Type::GetName(std::string_view component_name, size_t rank) in GetName() argument
83 size_t rank = i; in FromDescriptor() local
H A Dassembly-type.h38 Type(const std::string_view &component_name, size_t rank, bool ignore_primitive = false) in Type() argument
45 Type(const Type &component_type, size_t rank) in Type() argument
H A Dassembly-parser.cpp120 size_t rank = 0; in ParseType() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-type.cpp79 std::string Type::GetName(std::string_view componentName, size_t rank) in GetName() argument
100 size_t rank = i; in FromDescriptor() local
H A Dassembly-type.h40 Type(std::string_view componentName, size_t rank, bool ignorePrimitive = false) in Type() argument
47 Type(const Type &componentType, size_t rank) in Type() argument
H A Dassembly-parser.cpp121 size_t rank = 0; in ParseType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsArrayType.cpp59 uint32_t rank = 1; in Rank() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp224 size_t rank = 0; in HWTEST_F() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp101 size_t rank = std::count(typeSignature.begin(), typeSignature.end(), '['); in ReferenceToTypeNode() local
213 auto rank = std::count(typeSignature.begin(), typeSignature.end(), '['); in ReferenceToName() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp747 panda::pandasm::Type Emitter::DeduceArrayEnumType(const ir::Expression *value, uint8_t rank, in DeduceArrayEnumType() argument
798 uint8_t rank = 1; in CreateLiteralArrayProp() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp1917 auto GetArrayDescriptor(const char *name, int rank) in GetArrayDescriptor() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h263 void SetPGORank(uint32_t rank) in SetPGORank() argument
273 void SetOriginalRank(uint32_t rank) in SetOriginalRank() argument
283 void SetReLayoutRank(ItemRank rank) in SetReLayoutRank() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h239 void SetPGORank(uint32_t rank) in SetPGORank() argument
249 void SetOriginalRank(uint32_t rank) in SetOriginalRank() argument

Completed in 23 milliseconds