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

#include <assembler_base.h>

Inheritance diagram for dart::compiler::LeafRuntimeScope:
dart::ValueObject

Public Member Functions

 LeafRuntimeScope (Assembler *assembler, intptr_t frame_size, bool preserve_registers)
 
 ~LeafRuntimeScope ()
 
void Call (const RuntimeEntry &entry, intptr_t argument_count)
 
- Public Member Functions inherited from dart::ValueObject
 ValueObject ()
 
 ~ValueObject ()
 

Detailed Description

Definition at line 1267 of file assembler_base.h.

Constructor & Destructor Documentation

◆ LeafRuntimeScope()

dart::compiler::LeafRuntimeScope::LeafRuntimeScope ( Assembler assembler,
intptr_t  frame_size,
bool  preserve_registers 
)

◆ ~LeafRuntimeScope()

dart::compiler::LeafRuntimeScope::~LeafRuntimeScope ( )

Member Function Documentation

◆ Call()

void dart::compiler::LeafRuntimeScope::Call ( const RuntimeEntry entry,
intptr_t  argument_count 
)

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