v8  3.11.10(node0.8.26)
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 5556 of file objects.cc.

Constructor & Destructor Documentation

PolymorphicCodeCacheHashTableKey ( MapHandleList maps,
int  code_flags 
)
inline

Definition at line 5559 of file objects.cc.

Member Function Documentation

MUST_USE_RESULT MaybeObject* AsObject ( )
inlinevirtual

Implements HashTableKey.

Definition at line 5609 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 5598 of file objects.cc.

Referenced by PolymorphicCodeCacheHashTable::Put().

uint32_t HashForObject ( Object obj)
inlinevirtual

Implements HashTableKey.

Definition at line 5602 of file objects.cc.

bool IsMatch ( Object other)
inlinevirtual

Implements HashTableKey.

Definition at line 5563 of file objects.cc.

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

static uint32_t MapsHashHelper ( MapHandleList maps,
int  code_flags 
)
inlinestatic

Definition at line 5590 of file objects.cc.

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


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