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

#include <feedback-source.h>

Collaboration diagram for v8::internal::compiler::FeedbackSource:

Classes

struct  Equal
 
struct  Hash
 

Public Member Functions

 FeedbackSource ()
 
V8_EXPORT_PRIVATE FeedbackSource (IndirectHandle< FeedbackVector > vector_, FeedbackSlot slot_)
 
 FeedbackSource (FeedbackVectorRef vector_, FeedbackSlot slot_)
 
bool IsValid () const
 
int index () const
 

Public Attributes

IndirectHandle< FeedbackVectorvector
 
FeedbackSlot slot
 

Detailed Description

Definition at line 15 of file feedback-source.h.

Constructor & Destructor Documentation

◆ FeedbackSource() [1/3]

v8::internal::compiler::FeedbackSource::FeedbackSource ( )
inline

Definition at line 16 of file feedback-source.h.

Here is the call graph for this function:

◆ FeedbackSource() [2/3]

v8::internal::compiler::FeedbackSource::FeedbackSource ( IndirectHandle< FeedbackVector > vector_,
FeedbackSlot slot_ )

Definition at line 11 of file feedback-source.cc.

Here is the call graph for this function:

◆ FeedbackSource() [3/3]

v8::internal::compiler::FeedbackSource::FeedbackSource ( FeedbackVectorRef vector_,
FeedbackSlot slot_ )

Definition at line 17 of file feedback-source.cc.

Member Function Documentation

◆ index()

int v8::internal::compiler::FeedbackSource::index ( ) const

Definition at line 20 of file feedback-source.cc.

Here is the call graph for this function:

◆ IsValid()

bool v8::internal::compiler::FeedbackSource::IsValid ( ) const
inline

Definition at line 21 of file feedback-source.h.

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

Member Data Documentation

◆ slot

FeedbackSlot v8::internal::compiler::FeedbackSource::slot

Definition at line 25 of file feedback-source.h.

◆ vector

IndirectHandle<FeedbackVector> v8::internal::compiler::FeedbackSource::vector

Definition at line 24 of file feedback-source.h.


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