Home
last modified time | relevance | path

Searched refs:component_name (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-type.h38 Type(std::string_view component_name, size_t rank, bool ignore_primitive = false)
39 : component_name_(component_name), rank_(rank) in component_name_() argument
172 static std::string GetName(std::string_view component_name, size_t rank);
Dassembly-type.cpp62 std::string Type::GetName(std::string_view component_name, size_t rank) in GetName() argument
64 std::string name(component_name); in GetName()
Dassembly-parser.cpp120 std::string component_name(context_.GiveToken()); in ParseType() local
135 *type = Type(component_name, rank); in ParseType()
/arkcompiler/runtime_core/runtime/
Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *component_name, size_t rank, PandaStr… in GetArrayDescriptor() argument
38 storage->append(utf::Mutf8AsCString(component_name)); in GetArrayDescriptor()
/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h47 …static const uint8_t *GetArrayDescriptor(const uint8_t *component_name, size_t rank, PandaString *…