Lines Matching defs:EagerDeoptInfo
344 class EagerDeoptInfo : public DeoptInfo {
346 EagerDeoptInfo(Zone* zone, const MaglevCompilationUnit& compilation_unit,
421 EagerDeoptInfo(zone, compilation_unit, checkpoint);
520 EagerDeoptInfo* eager_deopt_info() {
524 reinterpret_cast<EagerDeoptInfo*>(input_address(input_count() - 1)) -
528 const EagerDeoptInfo* eager_deopt_info() const {
531 return (reinterpret_cast<const EagerDeoptInfo*>(
576 EagerDeoptInfo* eager_deopt_info_address() {
579 return reinterpret_cast<EagerDeoptInfo*>(input_address(input_count() - 1)) -
602 (Derived::kProperties.can_eager_deopt() ? sizeof(EagerDeoptInfo) : 0) +