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

/external/v8/src/
H A Ddeoptimizer.h111 enum BailoutType { enum in class:v8::internal::Deoptimizer
126 BailoutType type,
211 static Address GetDeoptimizationEntry(int id, BailoutType type);
212 static int GetDeoptimizationId(Address addr, BailoutType type);
231 EntryGenerator(MacroAssembler* masm, BailoutType type)
239 BailoutType type() const { return type_; }
245 Deoptimizer::BailoutType type_;
250 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
269 BailoutType type,
303 static MemoryChunk* CreateCode(BailoutType typ
[all...]

Completed in 255 milliseconds