|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::SeededNumberDictionaryShape:
Collaboration diagram for v8::internal::SeededNumberDictionaryShape:Static Public Member Functions | |
| static uint32_t | SeededHash (uint32_t key, uint32_t seed) |
| static uint32_t | SeededHashForObject (uint32_t key, uint32_t seed, Object *object) |
Static Public Member Functions inherited from v8::internal::NumberDictionaryShape | |
| static bool | IsMatch (uint32_t key, Object *other) |
| static Handle< Object > | AsHandle (Isolate *isolate, uint32_t key) |
Static Public Member Functions inherited from v8::internal::BaseShape< uint32_t > | |
| static uint32_t | Hash (uint32_t key) |
| static uint32_t | SeededHash (uint32_t key, uint32_t seed) |
| static uint32_t | HashForObject (uint32_t key, Object *object) |
| static uint32_t | SeededHashForObject (uint32_t key, uint32_t seed, Object *object) |
Static Public Attributes | |
| static const bool | UsesSeed = true |
| static const int | kPrefixSize = 2 |
Static Public Attributes inherited from v8::internal::NumberDictionaryShape | |
| static const int | kEntrySize = 3 |
| static const bool | kIsEnumerable = false |
Static Public Attributes inherited from v8::internal::BaseShape< uint32_t > | |
| static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6840 of file objects-inl.h.
References v8::internal::ComputeIntegerHash().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 6845 of file objects-inl.h.
References v8::internal::ComputeIntegerHash(), DCHECK, and v8::internal::Object::Number().
Here is the call graph for this function:
|
static |