Searched refs:kMethodsInfoPrefixStr (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | namemangler.h | 94 static constexpr const char kMethodsInfoPrefixStr[] = "__methods_info__"; member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_symbol.cpp | 241 return StringUtils::StartsWith(GetName(), kMethodsInfoPrefixStr); in IsReflectionMethodsInfo()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 2427 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