#include <lookup-cache.h>
Definition at line 19 of file lookup-cache.h.
◆ DescriptorLookupCache() [1/2]
◆ DescriptorLookupCache() [2/2]
v8::internal::DescriptorLookupCache::DescriptorLookupCache |
( |
| ) |
|
|
inlineprivate |
◆ Clear()
void v8::internal::DescriptorLookupCache::Clear |
( |
| ) |
|
◆ Hash()
◆ Lookup()
◆ operator=()
◆ Update()
void v8::internal::DescriptorLookupCache::Update |
( |
Tagged< Map > | source, |
|
|
Tagged< Name > | name, |
|
|
int | result ) |
|
inline |
◆ Isolate
◆ kAbsent
const int v8::internal::DescriptorLookupCache::kAbsent = -2 |
|
static |
◆ keys_
Key v8::internal::DescriptorLookupCache::keys_[kLength] |
|
private |
◆ kLength
const int v8::internal::DescriptorLookupCache::kLength = 64 |
|
staticprivate |
◆ results_
int v8::internal::DescriptorLookupCache::results_[kLength] |
|
private |
The documentation for this class was generated from the following files: