Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
dart::TypedDataBase Class Reference

#include <object.h>

Inheritance diagram for dart::TypedDataBase:
dart::PointerBase dart::Instance dart::Object dart::ExternalTypedData dart::TypedData dart::TypedDataView

Public Member Functions

SmiPtr length () const
 
intptr_t Length () const
 
intptr_t LengthInBytes () const
 
TypedDataElementType ElementType () const
 
intptr_t ElementSizeInBytes () const
 
bool IsExternalOrExternalView () const
 
TypedDataViewPtr ViewFromTo (intptr_t start, intptr_t end, Heap::Space space=Heap::kNew) const
 
void * DataAddr (intptr_t byte_offset) const
 
- Public Member Functions inherited from dart::Instance
virtual bool OperatorEquals (const Instance &other) const
 
bool IsIdenticalTo (const Instance &other) const
 
virtual bool CanonicalizeEquals (const Instance &other) const
 
virtual uint32_t CanonicalizeHash () const
 
intptr_t SizeFromClass () const
 
InstancePtr Canonicalize (Thread *thread) const
 
virtual InstancePtr CanonicalizeLocked (Thread *thread) const
 
virtual void CanonicalizeFieldsLocked (Thread *thread) const
 
InstancePtr CopyShallowToOldSpace (Thread *thread) const
 
ObjectPtr GetField (const Field &field) const
 
void SetField (const Field &field, const Object &value) const
 
AbstractTypePtr GetType (Heap::Space space) const
 
virtual TypeArgumentsPtr GetTypeArguments () const
 
virtual void SetTypeArguments (const TypeArguments &value) const
 
bool IsInstanceOf (const AbstractType &other, const TypeArguments &other_instantiator_type_arguments, const TypeArguments &other_function_type_arguments) const
 
bool IsAssignableTo (const AbstractType &other, const TypeArguments &other_instantiator_type_arguments, const TypeArguments &other_function_type_arguments) const
 
bool IsValidNativeIndex (int index) const
 
intptr_t * NativeFieldsDataAddr () const
 
intptr_t GetNativeField (int index) const
 
void GetNativeFields (uint16_t num_fields, intptr_t *field_values) const
 
void SetNativeFields (uint16_t num_fields, const intptr_t *field_values) const
 
uint16_t NumNativeFields () const
 
void SetNativeField (int index, intptr_t value) const
 
bool IsCallable (Function *function) const
 
ObjectPtr Invoke (const String &selector, const Array &arguments, const Array &argument_names, bool respect_reflectable=true, bool check_is_entrypoint=false) const
 
ObjectPtr InvokeGetter (const String &selector, bool respect_reflectable=true, bool check_is_entrypoint=false) const
 
ObjectPtr InvokeSetter (const String &selector, const Instance &argument, bool respect_reflectable=true, bool check_is_entrypoint=false) const
 
ObjectPtr EvaluateCompiledExpression (const Class &klass, const ExternalTypedData &kernel_buffer, const Array &type_definitions, const Array &arguments, const TypeArguments &type_arguments) const
 
virtual ObjectPtr HashCode () const
 
IntegerPtr IdentityHashCode (Thread *thread) const
 
virtual bool IsPointer () const
 
- Public Member Functions inherited from dart::Object
virtual ~Object ()
 
ObjectPtr ptr () const
 
void operator= (ObjectPtr value)
 
bool IsCanonical () const
 
void SetCanonical () const
 
void ClearCanonical () const
 
bool IsImmutable () const
 
void SetImmutable () const
 
void ClearImmutable () const
 
intptr_t GetClassId () const
 
ClassPtr clazz () const
 
 CLASS_LIST_FOR_HANDLES (DEFINE_CLASS_TESTER)
 
bool IsNull () const
 
virtual const char * ToCString () const
 
void PrintJSON (JSONStream *stream, bool ref=true) const
 
virtual void PrintJSONImpl (JSONStream *stream, bool ref) const
 
void PrintImplementationFields (JSONStream *stream) const
 
virtual void PrintImplementationFieldsImpl (const JSONArray &jsarr_fields) const
 
virtual const char * JSONType () const
 
virtual StringPtr DictionaryName () const
 
bool IsNew () const
 
bool IsOld () const
 
bool InVMIsolateHeap () const
 
void Print () const
 

Static Public Member Functions

static intptr_t length_offset ()
 
static intptr_t ElementSizeInBytes (classid_t cid)
 
static TypedDataElementType ElementType (classid_t cid)
 
- Static Public Member Functions inherited from dart::PointerBase
static intptr_t data_offset ()
 
- Static Public Member Functions inherited from dart::Instance
static bool NullIsAssignableTo (const AbstractType &other)
 
static bool NullIsAssignableTo (const AbstractType &other, const TypeArguments &other_instantiator_type_arguments, const TypeArguments &other_function_type_arguments)
 
static ObjectPtr EvaluateCompiledExpression (Thread *thread, const Object &receiver, const Library &library, const Class &klass, const ExternalTypedData &kernel_buffer, const Array &type_definitions, const Array &param_values, const TypeArguments &type_param_values)
 
static intptr_t UnroundedSize ()
 
static intptr_t InstanceSize ()
 
static InstancePtr New (const Class &cls, Heap::Space space=Heap::kNew)
 
static InstancePtr NewAlreadyFinalized (const Class &cls, Heap::Space space=Heap::kNew)
 
static intptr_t DataOffsetFor (intptr_t cid)
 
static intptr_t ElementSizeFor (intptr_t cid)
 
static intptr_t NextFieldOffset ()
 
static intptr_t NativeFieldsOffset ()
 
- Static Public Member Functions inherited from dart::Object
static ObjectPtr RawCast (ObjectPtr obj)
 
static constexpr bool ContainsCompressedPointers ()
 
static intptr_t tags_offset ()
 
static ObjectHandle ()
 
static ObjectHandle (Zone *zone)
 
static ObjectHandle (ObjectPtr ptr)
 
static ObjectHandle (Zone *zone, ObjectPtr ptr)
 
static ObjectZoneHandle ()
 
static ObjectZoneHandle (Zone *zone)
 
static ObjectZoneHandle (ObjectPtr ptr)
 
static ObjectZoneHandle (Zone *zone, ObjectPtr ptr)
 
static ObjectReadOnlyHandle ()
 
static ObjectPtr null ()
 
static void set_vm_isolate_snapshot_object_table (const Array &table)
 
static ClassPtr class_class ()
 
static ClassPtr dynamic_class ()
 
static ClassPtr void_class ()
 
static ClassPtr type_parameters_class ()
 
static ClassPtr type_arguments_class ()
 
static ClassPtr patch_class_class ()
 
static ClassPtr function_class ()
 
static ClassPtr closure_data_class ()
 
static ClassPtr ffi_trampoline_data_class ()
 
static ClassPtr field_class ()
 
static ClassPtr script_class ()
 
static ClassPtr library_class ()
 
static ClassPtr namespace_class ()
 
static ClassPtr kernel_program_info_class ()
 
static ClassPtr code_class ()
 
static ClassPtr instructions_class ()
 
static ClassPtr instructions_section_class ()
 
static ClassPtr instructions_table_class ()
 
static ClassPtr object_pool_class ()
 
static ClassPtr pc_descriptors_class ()
 
static ClassPtr code_source_map_class ()
 
static ClassPtr compressed_stackmaps_class ()
 
static ClassPtr var_descriptors_class ()
 
static ClassPtr exception_handlers_class ()
 
static ClassPtr context_class ()
 
static ClassPtr context_scope_class ()
 
static ClassPtr sentinel_class ()
 
static ClassPtr api_error_class ()
 
static ClassPtr language_error_class ()
 
static ClassPtr unhandled_exception_class ()
 
static ClassPtr unwind_error_class ()
 
static ClassPtr singletargetcache_class ()
 
static ClassPtr unlinkedcall_class ()
 
static ClassPtr monomorphicsmiablecall_class ()
 
static ClassPtr icdata_class ()
 
static ClassPtr megamorphic_cache_class ()
 
static ClassPtr subtypetestcache_class ()
 
static ClassPtr loadingunit_class ()
 
static ClassPtr weak_serialization_reference_class ()
 
static ClassPtr weak_array_class ()
 
static void InitNullAndBool (IsolateGroup *isolate_group)
 
static void Init (IsolateGroup *isolate_group)
 
static void InitVtables ()
 
static void FinishInit (IsolateGroup *isolate_group)
 
static void FinalizeVMIsolate (IsolateGroup *isolate_group)
 
static void FinalizeReadOnlyObject (ObjectPtr object)
 
static void Cleanup ()
 
static ErrorPtr Init (IsolateGroup *isolate_group, const uint8_t *kernel_buffer, intptr_t kernel_buffer_size)
 
static void MakeUnusedSpaceTraversable (const Object &obj, intptr_t original_size, intptr_t used_size)
 
static intptr_t InstanceSize ()
 
template<class FakeObject >
static void VerifyBuiltinVtable (intptr_t cid)
 
static void VerifyBuiltinVtables ()
 
static bool ShouldHaveImmutabilityBitSet (classid_t class_id)
 

Protected Member Functions

void SetLength (intptr_t value) const
 
virtual uint8_t * Validate (uint8_t *data) const
 
- Protected Member Functions inherited from dart::Instance
virtual void PrintSharedInstanceJSON (JSONObject *jsobj, bool ref, bool include_id=true) const
 
- Protected Member Functions inherited from dart::Object
 Object ()
 
uword raw_value () const
 
void setPtr (ObjectPtr value, intptr_t default_cid)
 
void CheckHandle () const
 
cpp_vtable vtable () const
 
void set_vtable (cpp_vtable value)
 
bool Contains (uword addr) const
 
template<typename type , std::memory_order order = std::memory_order_relaxed>
type LoadPointer (type const *addr) const
 
template<typename type , std::memory_order order = std::memory_order_relaxed>
void StorePointer (type const *addr, type value) const
 
template<typename type , typename compressed_type , std::memory_order order = std::memory_order_relaxed>
void StoreCompressedPointer (compressed_type const *addr, type value) const
 
template<typename type >
void StorePointerUnaligned (type const *addr, type value, Thread *thread) const
 
void StoreSmi (SmiPtr const *addr, SmiPtr value) const
 
template<typename FieldType >
void StoreSimd128 (const FieldType *addr, simd128_value_t value) const
 
template<typename FieldType >
FieldType LoadNonPointer (const FieldType *addr) const
 
template<typename FieldType , std::memory_order order>
FieldType LoadNonPointer (const FieldType *addr) const
 
template<typename FieldType , typename ValueType >
void StoreNonPointer (const FieldType *addr, ValueType value) const
 
template<typename FieldType , typename ValueType , std::memory_order order>
void StoreNonPointer (const FieldType *addr, ValueType value) const
 
template<typename FieldType >
FieldType * UnsafeMutableNonPointer (const FieldType *addr) const
 
 CLASS_LIST (STORE_NON_POINTER_ILLEGAL_TYPE)
 
void UnimplementedMethod () const
 
void AddCommonObjectProperties (JSONObject *jsobj, const char *protocol_type, bool ref) const
 

Friends

class Class
 

Additional Inherited Members

- Public Types inherited from dart::Object
enum  NameVisibility { kInternalName = 0 , kScrubbedName , kUserVisibleName }
 
enum class  NameDisambiguation { kYes , kNo }
 
using UntaggedObjectType = UntaggedObject
 
using ObjectPtrType = ObjectPtr
 
- Static Public Attributes inherited from dart::Object
static constexpr intptr_t kHashBits = 30
 
static const ClassId kClassId = kObjectCid
 
- Static Protected Member Functions inherited from dart::Object
static DART_NOINLINE ObjectHandleImpl (Zone *zone, ObjectPtr ptr, intptr_t default_cid)
 
static DART_NOINLINE ObjectZoneHandleImpl (Zone *zone, ObjectPtr ptr, intptr_t default_cid)
 
static DART_NOINLINE ObjectReadOnlyHandleImpl (intptr_t cid)
 
static ObjectPtr Allocate (intptr_t cls_id, intptr_t size, Heap::Space space, bool compressed, uword ptr_field_start_offset, uword ptr_field_end_offset)
 
template<typename T >
static DART_FORCE_INLINE T::ObjectPtrType Allocate (Heap::Space space)
 
template<typename T >
static DART_FORCE_INLINE T::ObjectPtrType Allocate (Heap::Space space, intptr_t elements)
 
template<typename T >
static DART_FORCE_INLINE T::ObjectPtrType AllocateVariant (intptr_t class_id, Heap::Space space)
 
template<typename T >
static DART_FORCE_INLINE T::ObjectPtrType AllocateVariant (intptr_t class_id, Heap::Space space, intptr_t elements)
 
static constexpr intptr_t RoundedAllocationSize (intptr_t size)
 
static ObjectPtr Clone (const Object &orig, Heap::Space space, bool load_with_relaxed_atomics=false)
 
template<typename T >
static DART_FORCE_INLINE uword from_offset ()
 
template<typename T >
static DART_FORCE_INLINE uword to_offset (intptr_t length=0)
 
- Protected Attributes inherited from dart::Object
ObjectPtr ptr_
 

Detailed Description

Definition at line 11484 of file object.h.

Member Function Documentation

◆ DataAddr()

void * dart::TypedDataBase::DataAddr ( intptr_t  byte_offset) const
inline

Definition at line 11545 of file object.h.

11545 {
11546 ASSERT((byte_offset == 0) ||
11547 ((byte_offset > 0) && (byte_offset < LengthInBytes())));
11548 return reinterpret_cast<void*>(Validate(untag()->data_) + byte_offset);
11549 }
friend void UntaggedObject::Validate(IsolateGroup *isolate_group) const
intptr_t LengthInBytes() const
Definition object.h:11497
#define ASSERT(E)
raw_obj untag() -> num_entries()) VARIABLE_COMPRESSED_VISITOR(Array, Smi::Value(raw_obj->untag() ->length())) VARIABLE_COMPRESSED_VISITOR(TypedData, TypedData::ElementSizeInBytes(raw_obj->GetClassId()) *Smi::Value(raw_obj->untag() ->length())) VARIABLE_COMPRESSED_VISITOR(Record, RecordShape(raw_obj->untag() ->shape()).num_fields()) VARIABLE_NULL_VISITOR(CompressedStackMaps, CompressedStackMaps::PayloadSizeOf(raw_obj)) VARIABLE_NULL_VISITOR(OneByteString, Smi::Value(raw_obj->untag() ->length())) VARIABLE_NULL_VISITOR(TwoByteString, Smi::Value(raw_obj->untag() ->length())) intptr_t UntaggedField::VisitFieldPointers(FieldPtr raw_obj, ObjectPointerVisitor *visitor)

◆ ElementSizeInBytes() [1/2]

intptr_t dart::TypedDataBase::ElementSizeInBytes ( ) const
inline

Definition at line 11505 of file object.h.

11505 {
11506 return element_size(ElementType(ptr()->GetClassId()));
11507 }
intptr_t GetClassId() const
Definition object.h:341
ObjectPtr ptr() const
Definition object.h:332
TypedDataElementType ElementType() const
Definition object.h:11501

◆ ElementSizeInBytes() [2/2]

static intptr_t dart::TypedDataBase::ElementSizeInBytes ( classid_t  cid)
inlinestatic

Definition at line 11509 of file object.h.

11509 {
11510 return element_size(ElementType(cid));
11511 }
const intptr_t cid

◆ ElementType() [1/2]

TypedDataElementType dart::TypedDataBase::ElementType ( ) const
inline

Definition at line 11501 of file object.h.

11501 {
11502 return ElementType(ptr()->GetClassId());
11503 }

◆ ElementType() [2/2]

static TypedDataElementType dart::TypedDataBase::ElementType ( classid_t  cid)
inlinestatic

Definition at line 11513 of file object.h.

11513 {
11515 return kUint8ArrayElement;
11516 } else if (IsTypedDataClassId(cid)) {
11517 const intptr_t index =
11520 return static_cast<TypedDataElementType>(index);
11521 } else if (IsTypedDataViewClassId(cid)) {
11522 const intptr_t index =
11525 return static_cast<TypedDataElementType>(index);
11526 } else if (IsExternalTypedDataClassId(cid)) {
11527 const intptr_t index =
11530 return static_cast<TypedDataElementType>(index);
11531 } else {
11533 const intptr_t index =
11536 return static_cast<TypedDataElementType>(index);
11537 }
11538 }
const int kNumTypedDataCidRemainders
Definition class_id.h:265
bool IsTypedDataViewClassId(intptr_t index)
Definition class_id.h:439
bool IsTypedDataClassId(intptr_t index)
Definition class_id.h:433
const int kTypedDataCidRemainderUnmodifiable
Definition class_id.h:264
const int kTypedDataCidRemainderInternal
Definition class_id.h:261
bool IsUnmodifiableTypedDataViewClassId(intptr_t index)
Definition class_id.h:453
@ kByteDataViewCid
Definition class_id.h:244
@ kUnmodifiableByteDataViewCid
Definition class_id.h:245
TypedDataElementType
Definition raw_object.h:123
const int kTypedDataCidRemainderExternal
Definition class_id.h:263
static const ClassId kFirstTypedDataCid
Definition class_id.h:377
const int kTypedDataCidRemainderView
Definition class_id.h:262
bool IsExternalTypedDataClassId(intptr_t index)
Definition class_id.h:447

◆ IsExternalOrExternalView()

bool dart::TypedDataBase::IsExternalOrExternalView ( ) const

Definition at line 25751 of file object.cc.

25751 {
25752 if (IsExternalTypedData()) return true;
25753 if (IsTypedDataView()) {
25754 const auto& backing =
25755 TypedDataBase::Handle(TypedDataView::Cast(*this).typed_data());
25756 return backing.IsExternalTypedData();
25757 }
25758 return false;
25759}
static Object & Handle()
Definition object.h:407

◆ length()

SmiPtr dart::TypedDataBase::length ( ) const
inline

Definition at line 11490 of file object.h.

11490{ return untag()->length(); }

◆ Length()

intptr_t dart::TypedDataBase::Length ( ) const
inline

Definition at line 11492 of file object.h.

11492 {
11493 ASSERT(!IsNull());
11494 return Smi::Value(untag()->length());
11495 }
bool IsNull() const
Definition object.h:363
intptr_t Value() const
Definition object.h:9969
SmiPtr length() const
Definition object.h:11490

◆ length_offset()

static intptr_t dart::TypedDataBase::length_offset ( )
inlinestatic

Definition at line 11486 of file object.h.

11486 {
11487 return OFFSET_OF(UntaggedTypedDataBase, length_);
11488 }
#define OFFSET_OF(type, field)
Definition globals.h:138

◆ LengthInBytes()

intptr_t dart::TypedDataBase::LengthInBytes ( ) const
inline

Definition at line 11497 of file object.h.

11497 {
11498 return ElementSizeInBytes(ptr()->GetClassId()) * Length();
11499 }
intptr_t Length() const
Definition object.h:11492
intptr_t ElementSizeInBytes() const
Definition object.h:11505

◆ SetLength()

void dart::TypedDataBase::SetLength ( intptr_t  value) const
inlineprotected

Definition at line 11582 of file object.h.

11582 {
11583 ASSERT(value <= Smi::kMaxValue);
11584 untag()->set_length(Smi::New(value));
11585 }
static SmiPtr New(intptr_t value)
Definition object.h:9985
static constexpr intptr_t kMaxValue
Definition object.h:9966

◆ Validate()

virtual uint8_t * dart::TypedDataBase::Validate ( uint8_t *  data) const
inlineprotectedvirtual

Reimplemented in dart::ExternalTypedData, and dart::TypedDataView.

Definition at line 11587 of file object.h.

11587 {
11589 }
FieldType * UnsafeMutableNonPointer(const FieldType *addr) const
Definition object.h:837
static int8_t data[kExtLength]

◆ ViewFromTo()

TypedDataViewPtr dart::TypedDataBase::ViewFromTo ( intptr_t  start,
intptr_t  end,
Heap::Space  space = Heap::kNew 
) const

Definition at line 25761 of file object.cc.

25763 {
25764 const intptr_t len = end - start;
25765 ASSERT(0 <= len);
25766 ASSERT(start < Length());
25767 ASSERT((start + len) <= Length());
25768
25769 const intptr_t cid = GetClassId();
25770
25771 if (IsTypedDataView()) {
25772 const auto& view = TypedDataView::Cast(*this);
25773 const auto& td = TypedDataBase::Handle(view.typed_data());
25774 const intptr_t view_offset = Smi::Value(view.offset_in_bytes());
25776 return TypedDataView::New(cid, ExternalTypedData::Cast(td),
25777 view_offset + start, len, Heap::kOld);
25778 } else if (IsExternalTypedData()) {
25781 return TypedDataView::New(cid - 1, *this, start, len, Heap::kOld);
25782 }
25783 RELEASE_ASSERT(IsTypedData());
25786 return TypedDataView::New(cid + 1, *this, start, len, Heap::kOld);
25787}
#define RELEASE_ASSERT(cond)
Definition assert.h:327
@ kOld
Definition heap.h:39
static TypedDataViewPtr New(intptr_t class_id, Heap::Space space=Heap::kNew)
Definition object.cc:25737
glong glong end

Friends And Related Symbol Documentation

◆ Class

friend class Class
friend

Definition at line 11592 of file object.h.


The documentation for this class was generated from the following files: