|
V8 Project
|
Inheritance diagram for v8::internal::CodeCacheHashTableKey:
Collaboration diagram for v8::internal::CodeCacheHashTableKey:Public Member Functions | |
| CodeCacheHashTableKey (Handle< Name > name, Code::Flags flags) | |
| CodeCacheHashTableKey (Handle< Name > name, Handle< Code > code) | |
| bool | IsMatch (Object *other) OVERRIDE |
| uint32_t | Hash () OVERRIDE |
| uint32_t | HashForObject (Object *obj) OVERRIDE |
| MUST_USE_RESULT Handle< Object > | AsHandle (Isolate *isolate) OVERRIDE |
Public Member Functions inherited from v8::internal::HashTableKey | |
| virtual | ~HashTableKey () |
Static Public Member Functions | |
| static uint32_t | NameFlagsHashHelper (Name *name, Code::Flags flags) |
Private Attributes | |
| Handle< Name > | name_ |
| Code::Flags | flags_ |
| MaybeHandle< Code > | code_ |
Definition at line 7448 of file objects.cc.
|
inline |
Definition at line 7450 of file objects.cc.
|
inlinevirtual |
Implements v8::internal::HashTableKey.
Definition at line 7480 of file objects.cc.
References v8::internal::Isolate::factory().
Referenced by v8::internal::CodeCacheHashTable::Put().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Implements v8::internal::HashTableKey.
Definition at line 7471 of file objects.cc.
Referenced by v8::internal::CodeCacheHashTable::Put().
Here is the caller graph for this function:Implements v8::internal::HashTableKey.
Definition at line 7473 of file objects.cc.
References v8::internal::Code::flags(), v8::internal::FixedArray::get(), and name.
Here is the call graph for this function:Implements v8::internal::HashTableKey.
Definition at line 7456 of file objects.cc.
References v8::internal::anonymous_namespace{flags.cc}::flags, v8::internal::FixedArray::get(), and name.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 7467 of file objects.cc.
References v8::internal::anonymous_namespace{flags.cc}::flags, and name.
|
private |
Definition at line 7492 of file objects.cc.
|
private |
Definition at line 7490 of file objects.cc.
Definition at line 7489 of file objects.cc.