Home
last modified time | relevance | path

Searched refs:VTAB_PREFIX_STR (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dnamemangler.h40 #define VTAB_PREFIX_STR TO_STR(VTAB_PREFIX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp36 return StringUtils::StartsWith(GetName(), VTAB_PREFIX_STR) || StringUtils::StartsWith(GetName(), ITAB_PREFIX_STR) || in HasAddrOfValues()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp884 if ((stName.find(VTAB_PREFIX_STR) == 0) || (stName.find(ITAB_PREFIX_STR) == 0) || in EmitAsmLabel()
1520 StringUtils::StartsWith(stName, ITAB_PREFIX_STR) || StringUtils::StartsWith(stName, VTAB_PREFIX_STR)) { in EmitAsmLabel()
2128 if (mirSymbol->GetName().find(VTAB_PREFIX_STR) == 0) { in EmitAsmLabel()
2457 GetHotAndColdMetaSymbolInfo(vtabVec, hotVtabStVec, coldVtabStVec, VTAB_PREFIX_STR, in EmitAsmLabel()

Completed in 8 milliseconds