Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dnamemangler.h122 static constexpr const char kDecoupleStaticKeyStr[] = "__staticDecoupleKeyOffset"; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp38 StringUtils::StartsWith(GetName(), kDecoupleStaticKeyStr) || IsClassInitBridge() || IsReflectionInfo() || in HasAddrOfValues()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1236 rangeIdx2PrefixStr[RangeIdx::kDecoupleStaticKey] = kDecoupleStaticKeyStr; in EmitAsmLabel()
1291 StringUtils::StartsWith(stName, kDecoupleStaticKeyStr); in EmitAsmLabel()
1333 if (StringUtils::StartsWith(stName, kDecoupleStaticKeyStr)) { in EmitAsmLabel()
2155 } else if (StringUtils::StartsWith(mirSymbol->GetName(), namemangler::kDecoupleStaticKeyStr)) { in EmitAsmLabel()
2511 EmitMuidTable(staticDecoupleKeyVec, strIdx2Type, kDecoupleStaticKeyStr); in EmitAsmLabel()

Completed in 7 milliseconds