Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h168 static constexpr const char kArrayClassCacheTable[] = "__arrayClassCacheTable"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp195 return StringUtils::StartsWith(GetName(), kArrayClassCacheTable); in IsArrayClassCache()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1325 rangeIdx2PrefixStr[RangeIdx::kArrayClassCache] = kArrayClassCacheTable; in InitRangeIdx2PerfixStr()
2865 EmitMuidTable(arrayClassCacheVec, strIdx2Type, kArrayClassCacheTable); in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3376 …GStrIdx strIdx = GlobalTables::GetStrTable().GetStrIdxFromName(namemangler::kArrayClassCacheTable + in GetClassInfoExprFromArrayClassCache()