Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h158 static constexpr const char kArrayClassCacheTable[] = "__arrayClassCacheTable"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp157 return StringUtils::StartsWith(GetName(), kArrayClassCacheTable); in IsArrayClassCache()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1239 rangeIdx2PrefixStr[RangeIdx::kArrayClassCache] = kArrayClassCacheTable; in EmitAsmLabel()
2526 EmitMuidTable(arrayClassCacheVec, strIdx2Type, kArrayClassCacheTable); in EmitAsmLabel()