Home
last modified time | relevance | path

Searched defs:deoptBundleInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp927 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitRuntimeCall() local
1144 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitCall() local
1158 …lder::CollectExraCallSiteInfo(std::unordered_map<int, maple::litecg::LiteCGValue> &deoptBundleInfo, in CollectExraCallSiteInfo()
2136 void LiteCGIRBuilder::SaveDeoptVregInfo(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &… in SaveDeoptVregInfo()
2148 …CGIRBuilder::SaveDeoptVregInfoWithI64(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &b… in SaveDeoptVregInfoWithI64()
2177 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp261 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in SpillStackMapInfo() local
2237 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in CollectDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp633 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall() local
672 const auto &deoptBundleInfo = iCallNode.GetDeoptBundleInfo(); in SelectIcall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp139 … const std::unordered_map<int, LiteCGValue> &deoptBundleInfo) in SetCallStmtDeoptBundleInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9082 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall() local
9147 const auto &deoptBundleInfo = icallNode.GetDeoptBundleInfo(); in SelectIcall() local