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
HAliasAnalyzer Class Reference

#include <hydrogen-alias-analysis.h>

Inheritance diagram for HAliasAnalyzer:
Collaboration diagram for HAliasAnalyzer:

Public Member Functions

HAliasing Query (HValue *a, HValue *b)
 
bool MayAlias (HValue *a, HValue *b)
 
bool MustAlias (HValue *a, HValue *b)
 
bool NoAlias (HValue *a, HValue *b)
 
- 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 46 of file hydrogen-alias-analysis.h.

Member Function Documentation

bool MayAlias ( HValue a,
HValue b 
)
inline

Definition at line 80 of file hydrogen-alias-analysis.h.

References v8::internal::kNoAlias, and HAliasAnalyzer::Query().

bool MustAlias ( HValue a,
HValue b 
)
inline

Definition at line 84 of file hydrogen-alias-analysis.h.

References v8::internal::kMustAlias, and HAliasAnalyzer::Query().

bool NoAlias ( HValue a,
HValue b 
)
inline

Definition at line 88 of file hydrogen-alias-analysis.h.

References v8::internal::kNoAlias, and HAliasAnalyzer::Query().


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