HomeSort by relevance Sort by last modified time
    Searched refs:BailoutType (Results 1 - 25 of 42) sorted by null

1 2

  /external/v8/src/
deoptimizer.h 408 enum BailoutType { EAGER, LAZY, SOFT, kLastBailoutType = SOFT };
451 Deoptimizer::BailoutType type, bool frame)
466 Deoptimizer::BailoutType bailout_type;
470 static bool TraceEnabledFor(BailoutType deopt_type,
472 static const char* MessageFor(BailoutType type);
478 BailoutType bailout_type() const { return bailout_type_; }
484 BailoutType type,
542 BailoutType type,
546 BailoutType type);
569 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count
    [all...]