v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PolymorphicCodeCacheHashTableKey Class Reference
Inheritance diagram for PolymorphicCodeCacheHashTableKey:
Collaboration diagram for PolymorphicCodeCacheHashTableKey:

Public Member Functions

 PolymorphicCodeCacheHashTableKey (MapHandleList *maps, int code_flags)
 
bool IsMatch (Object *other)
 
uint32_t Hash ()
 
uint32_t HashForObject (Object *obj)
 
MUST_USE_RESULT MaybeObject * AsObject ()
 
- Public Member Functions inherited from HashTableKey
virtual ~HashTableKey ()
 

Static Public Member Functions

static uint32_t MapsHashHelper (MapHandleList *maps, int code_flags)
 

Detailed Description

Definition at line 5834 of file objects.cc.

Constructor & Destructor Documentation

PolymorphicCodeCacheHashTableKey ( MapHandleList maps,
int  code_flags 
)
inline

Definition at line 5837 of file objects.cc.

Member Function Documentation

MUST_USE_RESULT MaybeObject* AsObject ( )
inlinevirtual

Implements HashTableKey.

Definition at line 5887 of file objects.cc.

References FixedArray::cast(), Smi::FromInt(), HEAP, and FixedArray::set().

Referenced by PolymorphicCodeCacheHashTable::Put().

uint32_t Hash ( )
inlinevirtual

Implements HashTableKey.

Definition at line 5876 of file objects.cc.

Referenced by PolymorphicCodeCacheHashTable::Put().

uint32_t HashForObject ( Object obj)
inlinevirtual

Implements HashTableKey.

Definition at line 5880 of file objects.cc.

bool IsMatch ( Object other)
inlinevirtual

Implements HashTableKey.

Definition at line 5841 of file objects.cc.

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

static uint32_t MapsHashHelper ( MapHandleList maps,
int  code_flags 
)
inlinestatic

Definition at line 5868 of file objects.cc.

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


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