Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h105 static constexpr const char kReflectionStartHotStrtabPrefixStr[] = "__reflection_start_hot_strtab"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp88 StringUtils::StartsWith(GetName(), kReflectionStartHotStrtabPrefixStr) || in IsReflectionStrTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1485 hotStr = kReflectionStartHotStrtabPrefixStr; in EmitIntConst()
2670 if (mirSymbol->GetName().find(kReflectionStartHotStrtabPrefixStr) == 0) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3231 namemangler::kReflectionStartHotStrtabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()