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
V8_FINAL< kOperandKind, kNumCachedOperands >::ChecksRelatedToLength Class Reference

#include <hydrogen-instructions.h>

Inheritance diagram for V8_FINAL< kOperandKind, kNumCachedOperands >::ChecksRelatedToLength:
Collaboration diagram for V8_FINAL< kOperandKind, kNumCachedOperands >::ChecksRelatedToLength:

Public Member Functions

HValuelength ()
 
ChecksRelatedToLengthnext ()
 
InductionVariableCheckchecks ()
 
void AddCheck (HBoundsCheck *check, int32_t upper_limit=kNoLimit)
 
void CloseCurrentBlock ()
 
 ChecksRelatedToLength (HValue *length, ChecksRelatedToLength *next)
 
- 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

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
class v8::internal::V8_FINAL< kOperandKind, kNumCachedOperands >::ChecksRelatedToLength

Definition at line 3033 of file hydrogen-instructions.h.

Constructor & Destructor Documentation

ChecksRelatedToLength ( HValue length,
ChecksRelatedToLength next 
)
inline

Definition at line 3042 of file hydrogen-instructions.h.

Member Function Documentation

void AddCheck ( HBoundsCheck *  check,
int32_t  upper_limit = kNoLimit 
)
InductionVariableCheck* checks ( )
inline

Definition at line 3037 of file hydrogen-instructions.h.

void CloseCurrentBlock ( )
HValue* length ( )
inline

Definition at line 3035 of file hydrogen-instructions.h.

ChecksRelatedToLength* next ( )
inline

Definition at line 3036 of file hydrogen-instructions.h.


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