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

/external/v8/src/
H A Ddeoptimizer.h366 enum BailoutType { EAGER, LAZY, SOFT, kLastBailoutType = SOFT }; enum in class:v8::internal::Deoptimizer
405 Deoptimizer::BailoutType type, bool frame)
420 Deoptimizer::BailoutType bailout_type;
425 static const char* MessageFor(BailoutType type);
431 BailoutType bailout_type() const { return bailout_type_; }
437 BailoutType type,
494 BailoutType type,
498 BailoutType type);
521 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
528 BailoutType typ
[all...]

Completed in 78 milliseconds