Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::PendingLazyDeopt Class Reference

#include <pending_deopts.h>

Public Member Functions

 PendingLazyDeopt (uword fp, uword pc)
 
uword fp ()
 
uword pc ()
 
void set_pc (uword pc)
 

Detailed Description

Definition at line 16 of file pending_deopts.h.

Constructor & Destructor Documentation

◆ PendingLazyDeopt()

dart::PendingLazyDeopt::PendingLazyDeopt ( uword  fp,
uword  pc 
)
inline

Definition at line 18 of file pending_deopts.h.

18: fp_(fp), pc_(pc) {}

Member Function Documentation

◆ fp()

uword dart::PendingLazyDeopt::fp ( )
inline

Definition at line 19 of file pending_deopts.h.

19{ return fp_; }

◆ pc()

uword dart::PendingLazyDeopt::pc ( )
inline

Definition at line 20 of file pending_deopts.h.

20{ return pc_; }

◆ set_pc()

void dart::PendingLazyDeopt::set_pc ( uword  pc)
inline

Definition at line 21 of file pending_deopts.h.

21{ pc_ = pc; }

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