Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h104 static constexpr const char kReflectionStrtabPrefixStr[] = "__reflection_strtab"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp87 return StringUtils::StartsWith(GetName(), kReflectionStrtabPrefixStr) || in IsReflectionStrTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1492 std::string reflectStrTabPrefix = isHotReflectStr ? hotStr : kReflectionStrtabPrefixStr; in EmitIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3228 namemangler::kReflectionStrtabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()