Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h260 class MIRAddroffuncConst : public MIRConst { class
262 MIRAddroffuncConst(PUIdx idx, MIRType &ty) : MIRConst(ty, kConstAddrofFunc), puIdx(idx) {} in MIRAddroffuncConst() function in maple::MIRAddroffuncConst
264 ~MIRAddroffuncConst() = default;
275 MIRAddroffuncConst *Clone(MemPool &memPool) const override
277 return memPool.New<MIRAddroffuncConst>(*this);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp97 void MIRAddroffuncConst::Dump(const MIRSymbolTable *) const in Dump()
108 bool MIRAddroffuncConst::operator==(const MIRConst &rhs) const in operator ==()
116 const auto &rhsAf = static_cast<const MIRAddroffuncConst &>(rhs); in operator ==()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp727 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitAsmLabel()
762 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(elemConst); in EmitAsmLabel()
1160 MIRAddroffuncConst *Emitter::GetAddroffuncConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst) in EmitAsmLabel()
1162 MIRAddroffuncConst *innerFuncAddr = nullptr; in EmitAsmLabel()
1180 innerFuncAddr = safe_cast<MIRAddroffuncConst>(funcAddrConst); in EmitAsmLabel()
1196 innerFuncAddr = safe_cast<MIRAddroffuncConst>(funcConst); in EmitAsmLabel()
1200 innerFuncAddr = safe_cast<MIRAddroffuncConst>(pAddrConst); in EmitAsmLabel()
1263 MIRAddroffuncConst *innerFuncAdd in EmitAsmLabel()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h229 MIRAddroffuncConst *GetAddroffuncConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1636 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitSingleElement()

Completed in 8 milliseconds