Home | History | Annotate | Download | only in src

Lines Matching defs:BailoutType

137   enum BailoutType {
151 Deoptimizer::BailoutType type,
159 Deoptimizer::BailoutType bailout_type;
163 static bool TraceEnabledFor(BailoutType deopt_type,
165 static const char* MessageFor(BailoutType type);
171 BailoutType bailout_type() const { return bailout_type_; }
177 BailoutType type,
295 BailoutType type,
299 BailoutType type);
322 EntryGenerator(MacroAssembler* masm, BailoutType type)
330 BailoutType type() const { return type_; }
337 Deoptimizer::BailoutType type_;
342 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
359 BailoutType type,
370 BailoutType type,
444 MacroAssembler* masm, int count, BailoutType type);
479 BailoutType bailout_type_;