Home
last modified time | relevance | path

Searched refs:CLASSINFO_PREFIX_STR (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h44 #define CLASSINFO_PREFIX_STR TO_STR(CLASSINFO_PREFIX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp196 const std::string &classInfoName = CLASSINFO_PREFIX_STR + classname; in GetClassInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp269 return StringUtils::StartsWith(GetName(), CLASSINFO_PREFIX_STR); in IsReflectionClassInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1560 …stName.substr(strlen(CLASSINFO_PREFIX_STR), stName.find(delimiter) - strlen(CLASSINFO_PREFIX_STR)); in EmitIntConst()
2753 std::string className = stName.substr(strlen(CLASSINFO_PREFIX_STR)); in EmitGlobalVariable()
3030 Emit(CLASSINFO_PREFIX_STR + declaringClassName + " - .\n"); in EmitMethodDeclaringClass()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3265 classInfo = CLASSINFO_PREFIX_STR + classTypeSecond->GetName(); in ProcessClassInfo()
3273 classInfo = CLASSINFO_PREFIX_STR + baseName; in ProcessClassInfo()
3289 std::string callerName = CLASSINFO_PREFIX_STR; in GetBaseNodeFromCurFunc()
3789 std::string classInfoName = CLASSINFO_PREFIX_STR + classType->GetName(); in LowerGCMalloc()
3875 arrayClassInfoName = CLASSINFO_PREFIX_STR + klassName; in LowerJarrayMalloc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp263 dwRefString += CLASSINFO_PREFIX_STR; in EmitFullLSDA()
Daarch64_cgfunc.cpp10558 …DEBUG_ASSERT(symbol->GetName().find(CLASSINFO_PREFIX_STR) == 0, "must be a symbol with __classinfo… in SelectMPLClinitCheck()