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/toolchain/inspector/
Dconnect_inspector.cpp147 void StartServer(const std::string& componentName) in StartServer()
163 void StopServer([[maybe_unused]] const std::string& componentName) in StopServer()
Dinspector.cpp335 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
373 void StopDebug(const std::string& componentName) in StopDebug()
387 void StopOldDebug(int tid, const std::string& componentName) in StopOldDebug()
/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/runtime_core/static_core/assembler/
Dassembly-type.h41 : componentName_(componentName), rank_(rank) in componentName_() argument
Dassembly-type.cpp78 std::string Type::GetName(std::string_view componentName, size_t rank) in GetName()
Dassembly-parser.cpp120 std::string componentName(context_.GiveToken()); in ParseType() local
1804 std::string componentName = type.GetComponentName(); in ParseOperandType() local