|
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) |
|
template<typename To , typename From > |
const To & | dart::compiler::CastHandle (const From &from) |
|
bool | dart::compiler::IsSameObject (const Object &a, const Object &b) |
|
bool | dart::compiler::IsEqualType (const AbstractType &a, const AbstractType &b) |
|
bool | dart::compiler::IsSubtypeOfInt (const AbstractType &type) |
|
bool | dart::compiler::IsDoubleType (const AbstractType &type) |
|
bool | dart::compiler::IsBoolType (const AbstractType &type) |
|
bool | dart::compiler::IsSmiType (const AbstractType &type) |
|
bool | dart::compiler::IsInOldSpace (const Object &obj) |
|
bool | dart::compiler::IsOriginalObject (const Object &object) |
|
void | dart::compiler::SetToNull (Object *obj) |
|
const Object & | dart::compiler::ToObject (const Code &handle) |
|
const Object & | dart::compiler::ToObject (const Function &handle) |
|
intptr_t | dart::compiler::ObjectHash (const Object &obj) |
|
const char * | dart::compiler::ObjectToCString (const Object &obj) |
|
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 () |
|
const String & | dart::compiler::AllocateString (const char *buffer) |
|
void | dart::compiler::BailoutWithBranchOffsetError () |
|
intptr_t | dart::compiler::target::RoundedAllocationSize (intptr_t size) |
|
intptr_t | dart::compiler::target::FrameOffsetInBytesForVariable (const LocalVariable *variable) |
|
bool | dart::compiler::target::SizeFitsInSizeTag (uword instance_size) |
|
uword | dart::compiler::target::MakeTagWordForNewSpaceObject (classid_t cid, uword instance_size) |
|
bool | dart::compiler::target::IsSmi (const dart::Object &a) |
|
bool | dart::compiler::target::IsSmi (int64_t v) |
|
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) |
|
bool | dart::compiler::target::CanLoadFromThread (const dart::Object &object, intptr_t *offset) |
|
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) |
|
void | dart::compiler::target::UnboxFieldIfSupported (const dart::Field &field, const dart::AbstractType &type) |
|