V8 Project
|
#include <hydrogen-instructions.h>
Public Member Functions | |
HBoundsCheck * | check () |
InductionVariableCheck * | next () |
bool | HasUpperLimit () |
int32_t | upper_limit () |
void | set_upper_limit (int32_t upper_limit) |
bool | processed () |
void | set_processed () |
InductionVariableCheck (HBoundsCheck *check, InductionVariableCheck *next, int32_t upper_limit=kNoLimit) | |
![]() | |
INLINE (void *operator new(size_t size, Zone *zone)) | |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Private Attributes | |
HBoundsCheck * | check_ |
InductionVariableCheck * | next_ |
int32_t | upper_limit_ |
bool | processed_ |
Definition at line 3055 of file hydrogen-instructions.h.
|
inline |
Definition at line 3071 of file hydrogen-instructions.h.
|
inline |
Definition at line 3057 of file hydrogen-instructions.h.
|
inline |
Definition at line 3059 of file hydrogen-instructions.h.
|
inline |
Definition at line 3058 of file hydrogen-instructions.h.
|
inline |
Definition at line 3068 of file hydrogen-instructions.h.
|
inline |
Definition at line 3069 of file hydrogen-instructions.h.
|
inline |
Definition at line 3064 of file hydrogen-instructions.h.
|
inline |
Definition at line 3060 of file hydrogen-instructions.h.
References DCHECK.
|
private |
Definition at line 3078 of file hydrogen-instructions.h.
|
private |
Definition at line 3079 of file hydrogen-instructions.h.
|
private |
Definition at line 3081 of file hydrogen-instructions.h.
|
private |
Definition at line 3080 of file hydrogen-instructions.h.