#include <stub_code_compiler.h>
Definition at line 34 of file stub_code_compiler.h.
◆ UnresolvedPcRelativeCall()
dart::compiler::UnresolvedPcRelativeCall::UnresolvedPcRelativeCall |
( |
intptr_t |
offset, |
|
|
const dart::Code & |
target, |
|
|
bool |
is_tail_call |
|
) |
| |
|
inline |
Definition at line 36 of file stub_code_compiler.h.
const dart::Code & target() const
bool is_tail_call() const
◆ is_tail_call()
bool dart::compiler::UnresolvedPcRelativeCall::is_tail_call |
( |
| ) |
const |
|
inline |
◆ offset()
intptr_t dart::compiler::UnresolvedPcRelativeCall::offset |
( |
| ) |
const |
|
inline |
◆ target()
const dart::Code & dart::compiler::UnresolvedPcRelativeCall::target |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: