Searched defs:deoptBundleInfo (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_stackmap_computation.cpp | 104 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in RelocateStackmapInfo() local 210 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in CollectDeoptInfo() local
|
| D | reg_alloc_lsra.cpp | 231 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in SpillStackMapInfo() local 2221 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in CollectDeoptInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1330 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitRuntimeCall() local 1554 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitCall() local 1568 …lder::CollectExraCallSiteInfo(std::unordered_map<int, maple::litecg::LiteCGValue> &deoptBundleInfo, in CollectExraCallSiteInfo() 2981 void LiteCGIRBuilder::SaveDeoptVregInfo(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &… in SaveDeoptVregInfo() 2991 …CGIRBuilder::SaveDeoptVregInfoWithI64(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &b… in SaveDeoptVregInfoWithI64() 3017 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitDeoptCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 630 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall() local 669 const auto &deoptBundleInfo = iCallNode.GetDeoptBundleInfo(); in SelectIcall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 141 … const std::unordered_map<int, LiteCGValue> &deoptBundleInfo) in SetCallStmtDeoptBundleInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 7932 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall() local 7999 const auto &deoptBundleInfo = icallNode.GetDeoptBundleInfo(); in SelectIcall() local
|