|
#define | DO(clazz) |
|
#define | DEFINE_ALIAS(name) const RuntimeEntry& k##name##RuntimeEntry(dart::k##name##RuntimeEntry); |
|
#define | DEFINE_ALIAS(type, name, ...) const RuntimeEntry& k##name##RuntimeEntry(dart::k##name##RuntimeEntry); |
|
#define | HANDLE_CASE(clazz) case kFfi##clazz##Cid: |
|
#define | HANDLE_CASE(clazz) |
|
#define | DEFINE_CONSTANT(Class, Name) const word Class::Name = Class##_##Name; |
|
#define | DEFINE_ARRAY_SIZEOF(clazz, name, ElementOffset) |
|
#define | DEFINE_PAYLOAD_SIZEOF(clazz, name, header) |
|
#define | DEFINE_JIT_FIELD(clazz, name) |
|
#define | DEFINE_JIT_ARRAY(clazz, name) |
|
#define | DEFINE_JIT_SIZEOF(clazz, name, what) |
|
#define | DEFINE_JIT_RANGE(Class, Getter, Type, First, Last, Filter) |
|
#define | DEFINE_AOT_FIELD(clazz, name) |
|
#define | DEFINE_AOT_ARRAY(clazz, name) |
|
#define | DEFINE_AOT_SIZEOF(clazz, name, what) |
|
#define | DEFINE_AOT_RANGE(Class, Getter, Type, First, Last, Filter) |
|
#define | DEFINE_FIELD(clazz, name) |
|
#define | DEFINE_ARRAY(clazz, name) |
|
#define | DEFINE_SIZEOF(clazz, name, what) |
|
#define | DEFINE_RANGE(Class, Getter, Type, First, Last, Filter) |
|
|
bool | dart::compiler::target::IsSmi (int64_t v) |
|
bool | dart::compiler::target::WillAllocateNewOrRememberedObject (intptr_t instance_size) |
|
bool | dart::compiler::target::WillAllocateNewOrRememberedContext (intptr_t num_context_variables) |
|
bool | dart::compiler::target::WillAllocateNewOrRememberedArray (intptr_t length) |
|
bool | dart::compiler::IsSameObject (const Object &a, const Object &b) |
|
bool | dart::compiler::IsEqualType (const AbstractType &a, const AbstractType &b) |
|
bool | dart::compiler::IsDoubleType (const AbstractType &type) |
|
bool | dart::compiler::IsBoolType (const AbstractType &type) |
|
bool | dart::compiler::IsSubtypeOfInt (const AbstractType &type) |
|
bool | dart::compiler::IsSmiType (const AbstractType &type) |
|
bool | dart::compiler::IsInOldSpace (const Object &obj) |
|
intptr_t | dart::compiler::ObjectHash (const Object &obj) |
|
const char * | dart::compiler::ObjectToCString (const Object &obj) |
|
void | dart::compiler::SetToNull (Object *obj) |
|
Object & | dart::compiler::NewZoneHandle (Zone *zone) |
|
Object & | dart::compiler::NewZoneHandle (Zone *zone, const Object &obj) |
|
const Object & | dart::compiler::NullObject () |
|
const Object & | dart::compiler::SentinelObject () |
|
const Bool & | dart::compiler::TrueObject () |
|
const Bool & | dart::compiler::FalseObject () |
|
const Object & | dart::compiler::EmptyTypeArguments () |
|
const Type & | dart::compiler::DynamicType () |
|
const Type & | dart::compiler::ObjectType () |
|
const Type & | dart::compiler::VoidType () |
|
const Type & | dart::compiler::IntType () |
|
const Class & | dart::compiler::GrowableObjectArrayClass () |
|
const Class & | dart::compiler::MintClass () |
|
const Class & | dart::compiler::DoubleClass () |
|
const Class & | dart::compiler::Float32x4Class () |
|
const Class & | dart::compiler::Float64x2Class () |
|
const Class & | dart::compiler::Int32x4Class () |
|
const Class & | dart::compiler::ClosureClass () |
|
const Array & | dart::compiler::ArgumentsDescriptorBoxed (intptr_t type_args_len, intptr_t num_arguments) |
|
bool | dart::compiler::IsOriginalObject (const Object &object) |
|
const String & | dart::compiler::AllocateString (const char *buffer) |
|
bool | dart::compiler::HasIntegerValue (const dart::Object &object, int64_t *value) |
|
int32_t | dart::compiler::CreateJitCookie () |
|
word | dart::compiler::TypedDataElementSizeInBytes (classid_t cid) |
|
word | dart::compiler::TypedDataMaxNewSpaceElements (classid_t cid) |
|
const Field & | dart::compiler::LookupMathRandomStateFieldOffset () |
|
const Field & | dart::compiler::LookupConvertUtf8DecoderScanFlagsField () |
|
word | dart::compiler::LookupFieldOffsetInBytes (const Field &field) |
|
const Code & | dart::compiler::StubCodeAllocateArray () |
|
const Code & | dart::compiler::StubCodeSubtype2TestCache () |
|
const Code & | dart::compiler::StubCodeSubtype3TestCache () |
|
const Code & | dart::compiler::StubCodeSubtype4TestCache () |
|
const Code & | dart::compiler::StubCodeSubtype6TestCache () |
|
const Code & | dart::compiler::StubCodeSubtype7TestCache () |
|
void | dart::compiler::BailoutWithBranchOffsetError () |
|
static word | dart::compiler::target::TranslateOffsetInWordsToHost (word offset) |
|
bool | dart::compiler::target::SizeFitsInSizeTag (uword instance_size) |
|
uword | dart::compiler::target::MakeTagWordForNewSpaceObject (classid_t cid, uword instance_size) |
|
bool | dart::compiler::target::IsTypedDataClassId (intptr_t cid) |
|
static word | dart::compiler::target::TranslateOffsetInWords (word offset) |
|
static uword | dart::compiler::target::GetInstanceSizeImpl (const dart::Class &handle) |
|
| dart::compiler::target::JIT_OFFSETS_LIST (DEFINE_JIT_FIELD, DEFINE_JIT_ARRAY, DEFINE_JIT_SIZEOF, DEFINE_ARRAY_SIZEOF, DEFINE_PAYLOAD_SIZEOF, DEFINE_JIT_RANGE, DEFINE_CONSTANT) AOT_OFFSETS_LIST(DEFINE_AOT_FIELD |
|
static DART_FORCE_INLINE bool | dart::compiler::target::BareInstructionsPayloads () |
|
bool | dart::compiler::target::CanLoadFromThread (const dart::Object &object, intptr_t *offset) |
|
bool | dart::compiler::target::IsSmi (const dart::Object &a) |
|
word | dart::compiler::target::ToRawSmi (const dart::Object &a) |
|
word | dart::compiler::target::ToRawSmi (intptr_t value) |
|
word | dart::compiler::target::SmiValue (const dart::Object &a) |
|
bool | dart::compiler::target::IsDouble (const dart::Object &a) |
|
double | dart::compiler::target::DoubleValue (const dart::Object &a) |
|
void | dart::compiler::target::UnboxFieldIfSupported (const dart::Field &field, const dart::AbstractType &type) |
|