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

#include <regexp-compiler.h>

Inheritance diagram for v8::internal::Trace::DeferredAction:
Collaboration diagram for v8::internal::Trace::DeferredAction:

Public Member Functions

 DeferredAction (ActionNode::ActionType action_type, int reg)
 
DeferredActionnext ()
 
bool Mentions (int reg)
 
int reg ()
 
ActionNode::ActionType action_type ()
 

Private Attributes

ActionNode::ActionType action_type_
 
int reg_
 
DeferredActionnext_
 

Friends

class Trace
 

Detailed Description

Definition at line 237 of file regexp-compiler.h.

Constructor & Destructor Documentation

◆ DeferredAction()

v8::internal::Trace::DeferredAction::DeferredAction ( ActionNode::ActionType action_type,
int reg )
inline

Definition at line 239 of file regexp-compiler.h.

Member Function Documentation

◆ action_type()

ActionNode::ActionType v8::internal::Trace::DeferredAction::action_type ( )
inline

Definition at line 244 of file regexp-compiler.h.

Here is the caller graph for this function:

◆ Mentions()

bool v8::internal::Trace::DeferredAction::Mentions ( int reg)

Definition at line 296 of file regexp-compiler.cc.

Here is the call graph for this function:

◆ next()

DeferredAction * v8::internal::Trace::DeferredAction::next ( )
inline

Definition at line 241 of file regexp-compiler.h.

Here is the caller graph for this function:

◆ reg()

int v8::internal::Trace::DeferredAction::reg ( )
inline

Definition at line 243 of file regexp-compiler.h.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ Trace

friend class Trace
friend

Definition at line 250 of file regexp-compiler.h.

Member Data Documentation

◆ action_type_

ActionNode::ActionType v8::internal::Trace::DeferredAction::action_type_
private

Definition at line 247 of file regexp-compiler.h.

◆ next_

DeferredAction* v8::internal::Trace::DeferredAction::next_
private

Definition at line 249 of file regexp-compiler.h.

◆ reg_

int v8::internal::Trace::DeferredAction::reg_
private

Definition at line 248 of file regexp-compiler.h.


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