Home
last modified time | relevance | path

Searched refs:GCTIB_PREFIX_STR (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dnamemangler.h49 #define GCTIB_PREFIX_STR TO_STR(GCTIB_PREFIX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg.h161 name = GCTIB_PREFIX_STR + std::string("PTN_") + std::to_string(id); in GCTIBPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp251 return StringUtils::StartsWith(GetName(), GCTIB_PREFIX_STR); in IsGctibSym()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1125 if (symAddrName.find(GCTIB_PREFIX_STR) == 0) { in EmitAsmLabel()

Completed in 7 milliseconds