|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::ExternalUint32Array:
Collaboration diagram for v8::internal::ExternalUint32Array:Public Member Functions | |
| uint32_t | get_scalar (int index) |
| void | set (int index, uint32_t value) |
Public Member Functions inherited from v8::internal::ExternalArray | |
| bool | is_the_hole (int index) |
| DECL_ACCESSORS (external_pointer, void) static const int kMaxLength=0x3fffffff | |
Public Member Functions inherited from v8::internal::FixedArrayBase | |
| int | length () const |
| void | set_length (int value) |
| int | synchronized_length () const |
| void | synchronized_set_length (int value) |
Public Member Functions inherited from v8::internal::HeapObject | |
| Map * | map () const |
| void | set_map (Map *value) |
| void | set_map_no_write_barrier (Map *value) |
| Map * | synchronized_map () |
| MapWord | synchronized_map_word () const |
| void | synchronized_set_map (Map *value) |
| void | synchronized_set_map_no_write_barrier (Map *value) |
| void | synchronized_set_map_word (MapWord map_word) |
| MapWord | map_word () const |
| void | set_map_word (MapWord map_word) |
| Heap * | GetHeap () const |
| Isolate * | GetIsolate () const |
| Address | address () |
| void | Iterate (ObjectVisitor *v) |
| void | IterateBody (InstanceType type, int object_size, ObjectVisitor *v) |
| int | Size () |
| bool | MayContainRawValues () |
| int | SizeFromMap (Map *map) |
| WriteBarrierMode | GetWriteBarrierMode (const DisallowHeapAllocation &promise) |
| void | HeapObjectShortPrint (OStream &os) |
| STATIC_ASSERT (kMapOffset==Internals::kHeapObjectMapOffset) | |
Public Member Functions inherited from v8::internal::Object | |
| bool | IsObject () const |
| INLINE (bool IsFixedArrayBase() const) | |
| INLINE (bool IsExternal() const) | |
| INLINE (bool IsAccessorInfo() const) | |
| INLINE (bool IsStruct() const) | |
| INLINE (bool IsSpecObject()) const | |
| INLINE (bool IsSpecFunction()) const | |
| INLINE (bool IsTemplateInfo()) const | |
| INLINE (bool IsNameDictionary() const) | |
| INLINE (bool IsSeededNumberDictionary() const) | |
| INLINE (bool IsUnseededNumberDictionary() const) | |
| INLINE (bool IsOrderedHashSet() const) | |
| INLINE (bool IsOrderedHashMap() const) | |
| bool | IsCallable () const |
| INLINE (bool IsUndefined() const) | |
| INLINE (bool IsNull() const) | |
| INLINE (bool IsTheHole() const) | |
| INLINE (bool IsException() const) | |
| INLINE (bool IsUninitialized() const) | |
| INLINE (bool IsTrue() const) | |
| INLINE (bool IsFalse() const) | |
| INLINE (bool IsArgumentsMarker() const) | |
| INLINE (bool IsFiller() const) | |
| double | Number () |
| INLINE (bool IsNaN() const) | |
| INLINE (bool IsMinusZero() const) | |
| bool | ToInt32 (int32_t *value) |
| bool | ToUint32 (uint32_t *value) |
| Representation | OptimalRepresentation () |
| bool | FitsRepresentation (Representation representation) |
| Handle< HeapType > | OptimalType (Isolate *isolate, Representation representation) |
| bool | HasValidElements () |
| bool | HasSpecificClassOf (String *name) |
| bool | BooleanValue () |
| Object * | GetHash () |
| bool | SameValue (Object *other) |
| bool | SameValueZero (Object *other) |
| bool | ToArrayIndex (uint32_t *index) |
| bool | IsStringObjectWithCharacterAt (uint32_t index) |
| void | VerifyApiCallResultType () |
| void | ShortPrint (FILE *out=stdout) |
| void | ShortPrint (StringStream *accumulator) |
Private Member Functions | |
| DISALLOW_IMPLICIT_CONSTRUCTORS (ExternalUint32Array) | |
|
private |
|
inlinestatic |
Definition at line 3950 of file objects-inl.h.
Definition at line 3943 of file objects-inl.h.
References DCHECK, and v8::internal::FixedArrayBase::length().
Here is the call graph for this function:Definition at line 3957 of file objects-inl.h.
References DCHECK, and v8::internal::FixedArrayBase::length().
Here is the call graph for this function:
|
static |
Definition at line 14511 of file objects.cc.
References v8::internal::Handle< T >::cast(), DCHECK, and v8::internal::DoubleToUint32().
Here is the call graph for this function: