v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ObjectHashTableShapeBase Class Reference

#include <hash-table.h>

Inheritance diagram for v8::internal::ObjectHashTableShapeBase:
Collaboration diagram for v8::internal::ObjectHashTableShapeBase:

Static Public Member Functions

static bool IsMatch (DirectHandle< Object > key, Tagged< Object > other)
 
static uint32_t Hash (ReadOnlyRoots roots, DirectHandle< Object > key)
 
static uint32_t HashForObject (ReadOnlyRoots roots, Tagged< Object > object)
 
static DirectHandle< ObjectAsHandle (DirectHandle< Object > key)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< DirectHandle< Object > >
static Tagged< ObjectUnwrap (Tagged< Object > key)
 

Static Public Attributes

static const int kPrefixSize = 0
 
static const int kEntryValueIndex = 1
 
static const int kEntrySize = 2
 
static const bool kMatchNeedsHoleCheck = false
 

Additional Inherited Members

- Public Types inherited from v8::internal::BaseShape< DirectHandle< Object > >
using Key
 

Detailed Description

Definition at line 348 of file hash-table.h.

Member Function Documentation

◆ AsHandle()

DirectHandle< Object > v8::internal::ObjectHashTableShapeBase::AsHandle ( DirectHandle< Object > key)
inlinestatic

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

◆ Hash()

uint32_t v8::internal::ObjectHashTableShapeBase::Hash ( ReadOnlyRoots roots,
DirectHandle< Object > key )
inlinestatic

Definition at line 294 of file hash-table-inl.h.

Here is the call graph for this function:

◆ HashForObject()

uint32_t v8::internal::ObjectHashTableShapeBase::HashForObject ( ReadOnlyRoots roots,
Tagged< Object > object )
inlinestatic

Definition at line 299 of file hash-table-inl.h.

Here is the call graph for this function:

◆ IsMatch()

bool v8::internal::ObjectHashTableShapeBase::IsMatch ( DirectHandle< Object > key,
Tagged< Object > other )
inlinestatic

Definition at line 260 of file hash-table-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ kEntrySize

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

Definition at line 357 of file hash-table.h.

◆ kEntryValueIndex

const int v8::internal::ObjectHashTableShapeBase::kEntryValueIndex = 1
static

Definition at line 356 of file hash-table.h.

◆ kMatchNeedsHoleCheck

const bool v8::internal::ObjectHashTableShapeBase::kMatchNeedsHoleCheck = false
static

Definition at line 358 of file hash-table.h.

◆ kPrefixSize

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

Definition at line 355 of file hash-table.h.


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