Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp286 MIRStrConst *mirStrConst = safe_cast<MIRStrConst>(strSymbol.GetKonst()); in EmitStrConst() local
287 DEBUG_ASSERT(mirStrConst != nullptr, "null ptr check"); in EmitStrConst()
288 auto str = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirStrConst->GetValue()); in EmitStrConst()
H A Demit.cpp589 void Emitter::EmitStrConstant(const MIRStrConst &mirStrConst, bool isIndirect) in EmitAsmLabel() argument
593 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitAsmLabel()
595 if (stringPtr.find(mirStrConst.GetValue()) == stringPtr.end()) { in EmitAsmLabel()
596 stringPtr.insert(mirStrConst.GetValue()); in EmitAsmLabel()
607 const std::string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirStrConst.GetValue()); in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h192 void EmitStrConstant(const MIRStrConst &mirStrConst, bool isIndirect = false);

Completed in 6 milliseconds