Home
last modified time | relevance | path

Searched defs:mangledName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp74 std::string MangleMethodNameWithSignature(const std::string &mangledName, const std::string &signat… in MangleMethodNameWithSignature()
/arkcompiler/ets_frontend/arkguard/src/utils/
DNameCacheUtil.ts77 const mangledName: string = globalMangledTable.get(valueName); constant
/arkcompiler/ets_frontend/arkguard/src/common/
Dtype.ts46 mangledName: string, property
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp142 std::string mangledName = MangleMethodName(className, methodName); in PrintPrototype() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1139 const std::string &mangledName, const std::string &name, in CreateMethodItem()