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

#include <assembler_base.h>

Inheritance diagram for dart::compiler::AssemblerBase::CodeComment:
dart::ZoneAllocated

Public Member Functions

 CodeComment (intptr_t pc_offset, const String &comment)
 
intptr_t pc_offset () const
 
const Stringcomment () const
 
- Public Member Functions inherited from dart::ZoneAllocated
 ZoneAllocated ()
 
void * operator new (size_t size)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 

Detailed Description

Definition at line 1175 of file assembler_base.h.

Constructor & Destructor Documentation

◆ CodeComment()

dart::compiler::AssemblerBase::CodeComment::CodeComment ( intptr_t  pc_offset,
const String comment 
)
inline

Definition at line 1177 of file assembler_base.h.

1178 : pc_offset_(pc_offset), comment_(comment) {}

Member Function Documentation

◆ comment()

const String & dart::compiler::AssemblerBase::CodeComment::comment ( ) const
inline

Definition at line 1181 of file assembler_base.h.

1181{ return comment_; }

◆ pc_offset()

intptr_t dart::compiler::AssemblerBase::CodeComment::pc_offset ( ) const
inline

Definition at line 1180 of file assembler_base.h.

1180{ return pc_offset_; }

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