Home
last modified time | relevance | path

Searched refs:kReflectionBothHotStrTabPrefixStr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h107 static constexpr const char kReflectionBothHotStrTabPrefixStr[] = "__reflection_both_hot_strtab"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp89 StringUtils::StartsWith(GetName(), kReflectionBothHotStrTabPrefixStr) || in IsReflectionStrTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1389 hotStr = kReflectionBothHotStrTabPrefixStr; in EmitIntConst()
2581 } else if (mirSymbol->GetName().find(kReflectionBothHotStrTabPrefixStr) == 0) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp4086 namemangler::kReflectionBothHotStrTabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()