Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h45 #define CLASSINFO_RO_PREFIX_STR TO_STR(CLASSINFO_RO_PREFIX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp284 return StringUtils::StartsWith(GetName(), CLASSINFO_RO_PREFIX_STR); in IsReflectionClassInfoRO()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2756 GlobalTables::GetStrTable().GetStrIdxFromName(CLASSINFO_RO_PREFIX_STR + className)); in EmitGlobalVariable()