Searched defs:deoptBundleInfo (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | litecg_ir_builder.cpp | 927 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/ |
D | reg_alloc_lsra.cpp | 261 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/ |
D | x64_MPIsel.cpp | 633 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/ |
D | lmir_builder.cpp | 139 … 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 | 9082 const auto &deoptBundleInfo = callNode.GetDeoptBundleInfo(); in SelectCall() local 9147 const auto &deoptBundleInfo = icallNode.GetDeoptBundleInfo(); in SelectIcall() local
|