Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyType.proto20 bytes componentName = 1; field
/arkcompiler/runtime_core/libabckit/src/
Dlogger.h145 static bool CheckIfPermissible(const LogLevel level, const std::string &componentName) in CheckIfPermissible()
187 static std::string MessageCompPrefix(const std::string &componentName) in MessageCompPrefix()
228 static std::ostream *Message(const std::string &levelName, const std::string &componentName) in Message()
/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.cpp235 void StartServer(const std::string& componentName) in StartServer()
253 void StopServer([[maybe_unused]] const std::string& componentName) in StopServer()
Dinspector.cpp449 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
529 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.cpp107 std::string componentName(context_.GiveToken()); in ParseType() local
1866 std::string componentName = type.GetComponentName(); in ParseOperandType() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts422 const componentName = (etsComponentExpression.expression as ts.Identifier).text; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2839 const componentName = extendDecorator.expression.arguments[0]?.getText(); constant