Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h50 #define REF_PREFIX_STR TO_STR(REF_PREFIX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp306 const std::string &refPtnString = REF_PREFIX_STR + ptn.GetName(); in CreateRefSymForGlobalPtn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1223 if (cg->FindGCTIBPatternName(symAddrName).find(REF_PREFIX_STR) == 0) { in EmitAddrofSymbolConst()