Home
last modified time | relevance | path

Searched refs:kMethodsInfoPrefixStr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dnamemangler.h94 static constexpr const char kMethodsInfoPrefixStr[] = "__methods_info__"; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp241 return StringUtils::StartsWith(GetName(), kMethodsInfoPrefixStr); in IsReflectionMethodsInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2427 GlobalTables::GetStrTable().GetStrIdxFromName(kMethodsInfoPrefixStr + className)); in EmitAsmLabel()
2464 GetHotAndColdMetaSymbolInfo(methodInfoStVec, hotMethodsInfoCStVec, coldMethodsInfoCStVec, kMethodsInfoPrefixStr); in EmitAsmLabel()
2476 EmitMetaDataSymbolWithMarkFlag(hotMethodsInfoCStVec, strIdx2Type, kMethodsInfoPrefixStr, methodSectionName, true); in EmitAsmLabel()
2477 EmitMetaDataSymbolWithMarkFlag(coldMethodsInfoCStVec, strIdx2Type, kMethodsInfoPrefixStr, methodSectionName, false); in EmitAsmLabel()

Completed in 6 milliseconds