Home
last modified time | relevance | path

Searched refs:GetDeoptBundleInfo (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dstackmap.h83 const MapleUnorderedMap<int32, Operand *> &GetDeoptBundleInfo() const in GetDeoptBundleInfo() function in maplebe::DeoptInfo
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp291 frame->GetDeoptBundleInfo(it, deoptBundle); in CollectDeoptBundleVec()
298 frame->GetDeoptBundleInfo(it, deoptBundle); in CollectDeoptBundleVec()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp301 const auto &deoptVreg2Opnd = stackMap->GetDeoptInfo().GetDeoptBundleInfo(); in Dump()
H A Dreg_alloc_lsra.cpp89 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in SpillStackMapInfo()
788 for (auto [_, opnd] : insn.GetStackMap()->GetDeoptInfo().GetDeoptBundleInfo()) { in ComputeLiveIntervalForCall()
1845 for (auto [_, opnd] : insn.GetStackMap()->GetDeoptInfo().GetDeoptBundleInfo()) { in FinalizeFreeReferenceSpillStack()
2008 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in CollectDeoptInfo()
H A Dlive.cpp173 for (auto [deoptVreg, opnd] : insn.GetStackMap()->GetDeoptInfo().GetDeoptBundleInfo()) { in MarkStackMapInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h701 const MapleUnorderedMap<int32, MapleValue> &GetDeoptBundleInfo() const
706 MapleUnorderedMap<int32, MapleValue> &GetDeoptBundleInfo()
2172 for (const auto &elem : GetDeoptBundleInfo()) {
2308 for (const auto &elem : GetDeoptBundleInfo()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp180 newCall->SetDeoptBundleInfo(origCall.GetDeoptBundleInfo()); in GenCallNode()
230 newCall->SetDeoptBundleInfo(origCall.GetDeoptBundleInfo()); in GenIcallNode()
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp708 void OptimizedJSFunctionFrame::GetDeoptBundleInfo(const FrameIterator &it, std::vector<kungfu::ARKDeopt>& deopts) const in GetDeoptBundleInfo() function in panda::ecmascript::OptimizedJSFunctionFrame
771 void FASTJITFunctionFrame::GetDeoptBundleInfo(const FrameIterator &it, std::vector<kungfu::ARKDeopt>& deopts) const in GetDeoptBundleInfo() function in panda::ecmascript::FASTJITFunctionFrame
H A Dframes.h654 void GetDeoptBundleInfo(const FrameIterator &it, std::vector<kungfu::ARKDeopt>& deopts) const;
1917 void GetDeoptBundleInfo(const FrameIterator &it, std::vector<kungfu::ARKDeopt>& deopts) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp259 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall()
298 const auto &deoptBundleInfo = iCallNode.GetDeoptBundleInfo(); in SelectIcall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp3572 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo();
3632 const auto &deoptBundleInfo = icallNode.GetDeoptBundleInfo();

Completed in 26 milliseconds