HomeSort by relevance Sort by last modified time
    Searched defs:BailoutType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.h 111 enum BailoutType {
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 type)
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 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
    [all...]

Completed in 28 milliseconds