v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HOsrBuilder Class Reference

#include <hydrogen-osr.h>

Inheritance diagram for HOsrBuilder:
Collaboration diagram for HOsrBuilder:

Public Member Functions

 HOsrBuilder (HOptimizedGraphBuilder *builder)
 
HBasicBlock * BuildOsrLoopEntry (IterationStatement *statement)
 
void FinishGraph ()
 
void FinishOsrValues ()
 
int UnoptimizedFrameSlots () const
 
bool HasOsrEntryAt (IterationStatement *statement)
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 40 of file hydrogen-osr.h.

Constructor & Destructor Documentation

HOsrBuilder ( HOptimizedGraphBuilder builder)
inlineexplicit

Definition at line 42 of file hydrogen-osr.h.

Member Function Documentation

void FinishGraph ( )

Definition at line 110 of file hydrogen-osr.cc.

Referenced by HOptimizedGraphBuilder::BuildGraph().

void FinishOsrValues ( )

Definition at line 115 of file hydrogen-osr.cc.

References List< T, P >::at().

int UnoptimizedFrameSlots ( ) const
inline

Definition at line 61 of file hydrogen-osr.h.


The documentation for this class was generated from the following files: