Searched defs:deoptBundleInfo (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc_lsra.cpp | 89 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in SpillStackMapInfo() local 2008 const auto &deoptBundleInfo = deoptInfo.GetDeoptBundleInfo(); in CollectDeoptInfo() local
|
| /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() local 298 const auto &deoptBundleInfo = iCallNode.GetDeoptBundleInfo(); in SelectIcall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 108 SetCallStmtDeoptBundleInfo(Stmt &callNode, const std::unordered_map<int, LiteCGValue> &deoptBundleInfo) SetCallStmtDeoptBundleInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1362 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitRuntimeCall() local 1586 std::unordered_map<int, LiteCGValue> deoptBundleInfo; in VisitCall() local 1600 void LiteCGIRBuilder::CollectExraCallSiteInfo(std::unordered_map<int, maple::litecg::LiteCGValue> &deoptBundleInfo, in CollectExraCallSiteInfo() argument 2899 void LiteCGIRBuilder::SaveDeoptVregInfo(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, B argument 2909 SaveDeoptVregInfoWithI64(std::unordered_map<int, LiteCGValue> &deoptBundleInfo, BB &bb, int32_t index, size_t curDepth, size_t shift, GateRef gate) SaveDeoptVregInfoWithI64() argument 2935 std::unordered_map<int, LiteCGValue> deoptBundleInfo; VisitDeoptCheck() local [all...] |
Completed in 13 milliseconds