Home
last modified time | relevance | path

Searched defs:mirStrConst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp339 MIRStrConst *mirStrConst = safe_cast<MIRStrConst>(strSymbol.GetKonst()); in EmitStrConst() local
Demit.cpp756 void Emitter::EmitStrConstant(const MIRStrConst &mirStrConst, bool isIndirect) in EmitStrConstant()