Flutter Engine
The Flutter Engine
|
#include <il.h>
Public Member Functions | |
TargetInfo (intptr_t cid_start_arg, intptr_t cid_end_arg, const Function *target_arg, intptr_t count_arg, StaticTypeExactnessState exactness) | |
DISALLOW_COPY_AND_ASSIGN (TargetInfo) | |
Public Member Functions inherited from dart::CidRange | |
CidRange (intptr_t cid_start_arg, intptr_t cid_end_arg) | |
CidRange () | |
bool | IsSingleCid () const |
bool | Contains (intptr_t cid) const |
int32_t | Extent () const |
intptr_t | size () const |
bool | IsIllegalRange () const |
DISALLOW_COPY_AND_ASSIGN (CidRange) | |
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) |
Public Attributes | |
const Function * | target |
intptr_t | count |
StaticTypeExactnessState | exactness |
Public Attributes inherited from dart::CidRange | |
intptr_t | cid_start |
intptr_t | cid_end |
|
inline |
dart::TargetInfo::DISALLOW_COPY_AND_ASSIGN | ( | TargetInfo | ) |
StaticTypeExactnessState dart::TargetInfo::exactness |