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

#include <hash-table.h>

Inheritance diagram for v8::internal::NameToIndexShape:
Collaboration diagram for v8::internal::NameToIndexShape:

Static Public Member Functions

static bool IsMatch (DirectHandle< Name > key, Tagged< Object > other)
 
static uint32_t Hash (ReadOnlyRoots roots, DirectHandle< Name > key)
 
static uint32_t HashForObject (ReadOnlyRoots roots, Tagged< Object > object)
 
static DirectHandle< ObjectAsHandle (DirectHandle< Name > key)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< DirectHandle< Name > >
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
 
static const bool kDoHashSpreading = false
 
static const uint32_t kHashBits = 0
 

Additional Inherited Members

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

Detailed Description

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

Member Function Documentation

◆ AsHandle()

static DirectHandle< Object > v8::internal::NameToIndexShape::AsHandle ( DirectHandle< Name > key)
inlinestatic

◆ Hash()

uint32_t v8::internal::NameToIndexShape::Hash ( ReadOnlyRoots roots,
DirectHandle< Name > key )
inlinestatic

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

◆ HashForObject()

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

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

Here is the call graph for this function:

◆ IsMatch()

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

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

Member Data Documentation

◆ kDoHashSpreading

const bool v8::internal::NameToIndexShape::kDoHashSpreading = false
static

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

◆ kEntrySize

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

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

◆ kEntryValueIndex

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

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

◆ kHashBits

const uint32_t v8::internal::NameToIndexShape::kHashBits = 0
static

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

◆ kMatchNeedsHoleCheck

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

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

◆ kPrefixSize

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

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


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