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/
Dnamemangler.h123 static constexpr const char kDecoupleStaticKeyStr[] = "__staticDecoupleKeyOffset"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp51 …StringUtils::StartsWith(GetName(), kDecoupleStaticKeyStr) || IsClassInitBridge() || IsReflectionIn… in HasAddrOfValues()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1321 rangeIdx2PrefixStr[RangeIdx::kDecoupleStaticKey] = kDecoupleStaticKeyStr; in InitRangeIdx2PerfixStr()
1373 StringUtils::StartsWith(stName, kDecoupleStaticKeyStr); in EmitIntConst()
1414 if (StringUtils::StartsWith(stName, kDecoupleStaticKeyStr)) { in EmitIntConst()
2452 … } else if (StringUtils::StartsWith(mirSymbol->GetName(), namemangler::kDecoupleStaticKeyStr)) { in EmitGlobalVariable()
2849 EmitMuidTable(staticDecoupleKeyVec, strIdx2Type, kDecoupleStaticKeyStr); in EmitGlobalVariable()