Home | History | Annotate | Download | only in src

Lines Matching refs:BailoutType

93   enum BailoutType {
123 Deoptimizer::BailoutType type, bool frame)
139 Deoptimizer::BailoutType bailout_type;
143 static bool TraceEnabledFor(BailoutType deopt_type,
145 static const char* MessageFor(BailoutType type);
151 BailoutType bailout_type() const { return bailout_type_; }
157 BailoutType type,
225 BailoutType type,
229 BailoutType type);
252 EntryGenerator(MacroAssembler* masm, BailoutType type)
260 BailoutType type() const { return type_; }
267 Deoptimizer::BailoutType type_;
272 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
289 BailoutType type,
300 BailoutType type,
367 MacroAssembler* masm, int count, BailoutType type);
409 BailoutType bailout_type_;