Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyType.proto20 bytes componentName = 1; field
/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaStri… in GetArrayDescriptor()
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp195 void StartServer(const std::string& componentName) in StartServer()
213 void StopServer([[maybe_unused]] const std::string& componentName) in StopServer()
Dinspector.cpp377 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
437 void StopOldDebug(int tid, const std::string& componentName) in StopOldDebug()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.h41 : componentName_(componentName), rank_(rank) in componentName_() argument
Dassembly-type.cpp79 std::string Type::GetName(std::string_view componentName, size_t rank) in GetName()
Dassembly-parser.cpp120 std::string componentName(context_.GiveToken()); in ParseType() local
1824 std::string componentName = type.GetComponentName(); in ParseOperandType() local