V8 Project
v8::internal::CompilationCacheShape Class Reference

#include <objects.h>

+ Inheritance diagram for v8::internal::CompilationCacheShape:
+ Collaboration diagram for v8::internal::CompilationCacheShape:

Static Public Member Functions

static bool IsMatch (HashTableKey *key, Object *value)
 
static uint32_t Hash (HashTableKey *key)
 
static uint32_t HashForObject (HashTableKey *key, Object *object)
 
static Handle< ObjectAsHandle (Isolate *isolate, HashTableKey *key)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< HashTableKey * >
static uint32_t Hash (HashTableKey * key)
 
static uint32_t SeededHash (HashTableKey * key, uint32_t seed)
 
static uint32_t HashForObject (HashTableKey * key, Object *object)
 
static uint32_t SeededHashForObject (HashTableKey * key, uint32_t seed, Object *object)
 

Static Public Attributes

static const int kPrefixSize = 0
 
static const int kEntrySize = 2
 
- Static Public Attributes inherited from v8::internal::BaseShape< HashTableKey * >
static const bool UsesSeed
 

Detailed Description

Definition at line 7842 of file objects.h.

Member Function Documentation

◆ AsHandle()

Handle< Object > v8::internal::CompilationCacheShape::AsHandle ( Isolate isolate,
HashTableKey key 
)
inlinestatic

Definition at line 487 of file objects-inl.h.

488  {
489  return key->AsHandle(isolate);
490 }

References v8::internal::HashTableKey::AsHandle().

+ Here is the call graph for this function:

◆ Hash()

static uint32_t v8::internal::CompilationCacheShape::Hash ( HashTableKey key)
inlinestatic

Definition at line 7848 of file objects.h.

7848  {
7849  return key->Hash();
7850  }

References v8::internal::HashTableKey::Hash().

+ Here is the call graph for this function:

◆ HashForObject()

static uint32_t v8::internal::CompilationCacheShape::HashForObject ( HashTableKey key,
Object object 
)
inlinestatic

Definition at line 7852 of file objects.h.

7852  {
7853  return key->HashForObject(object);
7854  }

References v8::internal::HashTableKey::HashForObject().

+ Here is the call graph for this function:

◆ IsMatch()

static bool v8::internal::CompilationCacheShape::IsMatch ( HashTableKey key,
Object value 
)
inlinestatic

Definition at line 7844 of file objects.h.

7844  {
7845  return key->IsMatch(value);
7846  }

References v8::internal::HashTableKey::IsMatch(), and v8::internal::Smi::value().

+ Here is the call graph for this function:

Member Data Documentation

◆ kEntrySize

const int v8::internal::CompilationCacheShape::kEntrySize = 2
static

Definition at line 7859 of file objects.h.

◆ kPrefixSize

const int v8::internal::CompilationCacheShape::kPrefixSize = 0
static

Definition at line 7858 of file objects.h.


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