Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h94 static constexpr const char kLocalClassInfoStr[] = "__local_classinfo_table"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1159 if (StringUtils::StartsWith(stName, kLocalClassInfoStr)) { in EmitAddrofSymbolConst()
2449 } else if (mirSymbol->GetName().find(kLocalClassInfoStr) == 0) { in EmitGlobalVariable()