Searched refs:GetDeoptBundleInfo (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | stackmap.h | 83 const MapleUnorderedMap<int32, Operand *> &GetDeoptBundleInfo() const in GetDeoptBundleInfo() function in maplebe::DeoptInfo
|
/arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
H A D | deoptimizer.cpp | 291 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 D | insn.cpp | 301 const auto &deoptVreg2Opnd = stackMap->GetDeoptInfo().GetDeoptBundleInfo(); in Dump()
|
H A D | reg_alloc_lsra.cpp | 89 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 D | live.cpp | 173 for (auto [deoptVreg, opnd] : insn.GetStackMap()->GetDeoptInfo().GetDeoptBundleInfo()) { in MarkStackMapInsn()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 701 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 D | lower.cpp | 180 newCall->SetDeoptBundleInfo(origCall.GetDeoptBundleInfo()); in GenCallNode() 230 newCall->SetDeoptBundleInfo(origCall.GetDeoptBundleInfo()); in GenIcallNode()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | frames.cpp | 708 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 D | frames.h | 654 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 D | x64_MPIsel.cpp | 259 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 D | aarch64_cgfunc.cpp | 3572 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); 3632 const auto &deoptBundleInfo = icallNode.GetDeoptBundleInfo();
|
Completed in 26 milliseconds