Home
last modified time | relevance | path

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

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