Flutter Engine
The Flutter Engine
|
#include <type_testing_stubs.h>
Public Member Functions | |
TypeUsageInfo (Thread *thread) | |
~TypeUsageInfo () | |
void | UseTypeInAssertAssignable (const AbstractType &type) |
void | UseTypeArgumentsInInstanceCreation (const Class &klass, const TypeArguments &ta) |
void | BuildTypeUsageInformation () |
bool | IsUsedInTypeTest (const AbstractType &type) |
Public Member Functions inherited from dart::ThreadStackResource | |
ThreadStackResource (Thread *T) | |
~ThreadStackResource () | |
Thread * | thread () const |
Isolate * | isolate () const |
IsolateGroup * | isolate_group () const |
Public Member Functions inherited from dart::StackResource | |
StackResource (ThreadState *thread) | |
virtual | ~StackResource () |
ThreadState * | thread () const |
Additional Inherited Members | |
Static Public Member Functions inherited from dart::StackResource | |
static void | Unwind (ThreadState *thread) |
static void | UnwindAbove (ThreadState *thread, StackResource *new_top) |
Definition at line 184 of file type_testing_stubs.h.
|
explicit |
Definition at line 1373 of file type_testing_stubs.cc.
dart::TypeUsageInfo::~TypeUsageInfo | ( | ) |
Definition at line 1384 of file type_testing_stubs.cc.
void dart::TypeUsageInfo::BuildTypeUsageInformation | ( | ) |
Definition at line 1432 of file type_testing_stubs.cc.
bool dart::TypeUsageInfo::IsUsedInTypeTest | ( | const AbstractType & | type | ) |
Definition at line 1519 of file type_testing_stubs.cc.
void dart::TypeUsageInfo::UseTypeArgumentsInInstanceCreation | ( | const Class & | klass, |
const TypeArguments & | ta | ||
) |
Definition at line 1395 of file type_testing_stubs.cc.
void dart::TypeUsageInfo::UseTypeInAssertAssignable | ( | const AbstractType & | type | ) |
Definition at line 1389 of file type_testing_stubs.cc.