Home
last modified time | relevance | path

Searched refs:MIRStr16Const (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp259 MIRStr16Const::MIRStr16Const(const std::u16string &str, MIRType &type) in MIRStr16Const() function in MIRStr16Const
265 void MIRStr16Const::Dump(const MIRSymbolTable *) const in Dump()
276 bool MIRStr16Const::operator==(const MIRConst &rhs) const in operator ==()
284 const auto &rhsCs = static_cast<const MIRStr16Const &>(rhs); in operator ==()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h346 class MIRStr16Const : public MIRConst { class
348 MIRStr16Const(const U16StrIdx &val, MIRType &type) : MIRConst(type, kConstStr16Const), value(val) {} in MIRStr16Const() function in maple::MIRStr16Const
350 MIRStr16Const(const std::u16string &str, MIRType &type);
351 ~MIRStr16Const() = default;
362 MIRStr16Const *Clone(MemPool &memPool) const override
364 return memPool.New<MIRStr16Const>(*this);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp269 MIRStr16Const *mirStr16Const = safe_cast<MIRStr16Const>(str16Symbol.GetKonst()); in EmitStr16Const()
H A Demit.cpp476 MIRStr16Const *str16Const = safe_cast<MIRStr16Const>(st->GetKonst()); in EmitAsmLabel()
616 void Emitter::EmitStr16Constant(const MIRStr16Const &mirStr16Const) in EmitAsmLabel()
695 MIRStr16Const &str16Ct = static_cast<MIRStr16Const &>(mirConst); in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h193 void EmitStr16Constant(const MIRStr16Const &mirStr16Const);

Completed in 8 milliseconds