Home
last modified time | relevance | path

Searched refs:kArrayClassInfoPrefixStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h140 static constexpr const char kArrayClassInfoPrefixStr[] = "__cinf_A"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp263 return StringUtils::StartsWith(GetName(), kArrayClassInfoPrefixStr); in IsReflectionArrayClassInfo()