Home
last modified time | relevance | path

Searched defs:deoptBundleInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp89 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 Dx64_MPIsel.cpp259 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 Dlmir_builder.cpp108 SetCallStmtDeoptBundleInfo(Stmt &callNode, const std::unordered_map<int, LiteCGValue> &deoptBundleInfo) SetCallStmtDeoptBundleInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1362 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 28 milliseconds