28 #ifndef V8_HYDROGEN_OSR_H_
29 #define V8_HYDROGEN_OSR_H_
43 : unoptimized_frame_slots_(0),
46 osr_loop_entry_(
NULL),
62 return unoptimized_frame_slots_;
68 int unoptimized_frame_slots_;
70 HBasicBlock* osr_entry_;
71 HBasicBlock* osr_loop_entry_;
77 #endif // V8_HYDROGEN_OSR_H_
enable upcoming ES6 features enable harmony block scoping enable harmony enable harmony proxies enable harmony generators enable harmony numeric enable harmony string enable harmony math functions harmony_scoping harmony_symbols harmony_collections harmony_iteration harmony_strings harmony_scoping harmony_maths tracks arrays with only smi values Optimize object Array DOM strings and string pretenure call new trace pretenuring decisions of HAllocate instructions track fields with only smi values track fields with heap values track_fields track_fields Enables optimizations which favor memory size over execution speed use string slices optimization filter maximum number of GVN fix point iterations use function inlining use allocation folding eliminate write barriers targeting allocations in optimized code maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining crankshaft harvests type feedback from stub cache trace check elimination phase hydrogen tracing filter NULL
HOsrBuilder(HOptimizedGraphBuilder *builder)
int UnoptimizedFrameSlots() const
HBasicBlock * BuildOsrLoopEntry(IterationStatement *statement)
bool HasOsrEntryAt(IterationStatement *statement)