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

#include <external-reference-encoder.h>

Collaboration diagram for v8::internal::ExternalReferenceEncoder:

Classes

class  Value
 

Public Member Functions

 ExternalReferenceEncoder (Isolate *isolate)
 
 ExternalReferenceEncoder (const ExternalReferenceEncoder &)=delete
 
ExternalReferenceEncoderoperator= (const ExternalReferenceEncoder &)=delete
 
Value Encode (Address key) const
 
Maybe< ValueTryEncode (Address key) const
 
const char * NameOfAddress (Isolate *isolate, Address address) const
 

Private Attributes

AddressToIndexHashMapmap_
 

Detailed Description

Definition at line 19 of file external-reference-encoder.h.

Constructor & Destructor Documentation

◆ ExternalReferenceEncoder() [1/2]

v8::internal::ExternalReferenceEncoder::ExternalReferenceEncoder ( Isolate * isolate)
explicit

Definition at line 13 of file external-reference-encoder.cc.

Here is the call graph for this function:

◆ ExternalReferenceEncoder() [2/2]

v8::internal::ExternalReferenceEncoder::ExternalReferenceEncoder ( const ExternalReferenceEncoder & )
delete

Member Function Documentation

◆ Encode()

ExternalReferenceEncoder::Value v8::internal::ExternalReferenceEncoder::Encode ( Address key) const

Definition at line 70 of file external-reference-encoder.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NameOfAddress()

const char * v8::internal::ExternalReferenceEncoder::NameOfAddress ( Isolate * isolate,
Address address ) const

Definition at line 87 of file external-reference-encoder.cc.

Here is the call graph for this function:

◆ operator=()

ExternalReferenceEncoder & v8::internal::ExternalReferenceEncoder::operator= ( const ExternalReferenceEncoder & )
delete

◆ TryEncode()

Maybe< ExternalReferenceEncoder::Value > v8::internal::ExternalReferenceEncoder::TryEncode ( Address key) const

Definition at line 59 of file external-reference-encoder.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ map_

AddressToIndexHashMap* v8::internal::ExternalReferenceEncoder::map_
private

Definition at line 51 of file external-reference-encoder.h.


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