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

Public Member Functions

 SaveCallSpeculationScope (MaglevGraphBuilder *builder, compiler::FeedbackSource feedback_source=compiler::FeedbackSource())
 
 ~SaveCallSpeculationScope ()
 
const compiler::FeedbackSourcevalue ()
 

Static Private Member Functions

static bool IsSpeculationAllowed (compiler::JSHeapBroker *broker, compiler::FeedbackSource feedback_source)
 

Private Attributes

MaglevGraphBuilderbuilder_
 
compiler::FeedbackSource saved_
 

Detailed Description

Definition at line 305 of file maglev-graph-builder.cc.

Constructor & Destructor Documentation

◆ SaveCallSpeculationScope()

v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::SaveCallSpeculationScope ( MaglevGraphBuilder * builder,
compiler::FeedbackSource feedback_source = compiler::FeedbackSource() )
inlineexplicit

Definition at line 307 of file maglev-graph-builder.cc.

◆ ~SaveCallSpeculationScope()

v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::~SaveCallSpeculationScope ( )
inline

Definition at line 319 of file maglev-graph-builder.cc.

Member Function Documentation

◆ IsSpeculationAllowed()

static bool v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::IsSpeculationAllowed ( compiler::JSHeapBroker * broker,
compiler::FeedbackSource feedback_source )
inlinestaticprivate

Definition at line 329 of file maglev-graph-builder.cc.

Here is the call graph for this function:

◆ value()

const compiler::FeedbackSource & v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::value ( )
inline

Definition at line 323 of file maglev-graph-builder.cc.

Member Data Documentation

◆ builder_

MaglevGraphBuilder* v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::builder_
private

Definition at line 326 of file maglev-graph-builder.cc.

◆ saved_

compiler::FeedbackSource v8::internal::maglev::MaglevGraphBuilder::SaveCallSpeculationScope::saved_
private

Definition at line 327 of file maglev-graph-builder.cc.


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