#include <linearscan.h>
Definition at line 492 of file linearscan.h.
◆ SafepointPosition()
dart::SafepointPosition::SafepointPosition |
( |
intptr_t |
pos, |
|
|
LocationSummary * |
locs |
|
) |
| |
|
inline |
Definition at line 494 of file linearscan.h.
495 : pos_(
pos), locs_(
locs), next_(
nullptr) {}
LocationSummary * locs() const
◆ locs()
◆ next()
◆ pos()
intptr_t dart::SafepointPosition::pos |
( |
| ) |
const |
|
inline |
◆ set_next()
Definition at line 497 of file linearscan.h.
SafepointPosition * next() const
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/linearscan.h