|
void | SetParent (TraversableMap *parent) |
|
TraversableMap * | GetAndResetParent () |
|
TraversableMap * | ChildIteratorNext (Object *constructor) |
|
int | instance_size () |
|
void | set_instance_size (int value) |
|
int | inobject_properties () |
|
void | set_inobject_properties (int value) |
|
int | pre_allocated_property_fields () |
|
void | set_pre_allocated_property_fields (int value) |
|
InstanceType | instance_type () |
|
void | set_instance_type (InstanceType value) |
|
int | unused_property_fields () |
|
void | set_unused_property_fields (int value) |
|
byte | bit_field () |
|
void | set_bit_field (byte value) |
|
byte | bit_field2 () |
|
void | set_bit_field2 (byte value) |
|
uint32_t | bit_field3 () |
|
void | set_bit_field3 (uint32_t bits) |
|
| STATIC_ASSERT (kDescriptorIndexBitCount+kDescriptorIndexBitCount==20) |
|
void | set_non_instance_prototype (bool value) |
|
bool | has_non_instance_prototype () |
|
void | set_function_with_prototype (bool value) |
|
bool | function_with_prototype () |
|
void | set_is_hidden_prototype () |
|
bool | is_hidden_prototype () |
|
void | set_has_named_interceptor () |
|
bool | has_named_interceptor () |
|
void | set_has_indexed_interceptor () |
|
bool | has_indexed_interceptor () |
|
void | set_is_undetectable () |
|
bool | is_undetectable () |
|
void | set_is_observed () |
|
bool | is_observed () |
|
void | set_is_extensible (bool value) |
|
bool | is_extensible () |
|
void | set_is_prototype_map (bool value) |
|
bool | is_prototype_map () |
|
void | set_elements_kind (ElementsKind elements_kind) |
|
ElementsKind | elements_kind () |
|
bool | has_fast_smi_elements () |
|
bool | has_fast_object_elements () |
|
bool | has_fast_smi_or_object_elements () |
|
bool | has_fast_double_elements () |
|
bool | has_fast_elements () |
|
bool | has_sloppy_arguments_elements () |
|
bool | has_external_array_elements () |
|
bool | has_fixed_typed_array_elements () |
|
bool | has_dictionary_elements () |
|
bool | has_slow_elements_kind () |
|
bool | DictionaryElementsInPrototypeChainOnly () |
|
bool | HasTransitionArray () const |
|
bool | HasElementsTransition () |
|
Map * | elements_transition_map () |
|
Map * | GetTransition (int transition_index) |
|
int | SearchTransition (Name *name) |
|
FixedArrayBase * | GetInitialElements () |
|
Map * | FindRootMap () |
|
Map * | FindFieldOwner (int descriptor) |
|
int | GetInObjectPropertyOffset (int index) |
|
int | NumberOfFields () |
|
bool | InstancesNeedRewriting (Map *target, int target_number_of_fields, int target_inobject, int target_unused, int *old_number_of_fields) |
|
String * | constructor_name () |
|
void | set_dictionary_map (bool value) |
|
bool | is_dictionary_map () |
|
void | set_is_access_check_needed (bool access_check_needed) |
|
bool | is_access_check_needed () |
|
bool | has_code_cache () |
|
void | InitializeDescriptors (DescriptorArray *descriptors) |
|
Object * | GetBackPointer () |
|
void | SetBackPointer (Object *value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
void | init_back_pointer (Object *undefined) |
|
FixedArray * | GetPrototypeTransitions () |
|
bool | HasPrototypeTransitions () |
|
int | NumberOfProtoTransitions () |
|
void | SetNumberOfProtoTransitions (int value) |
|
void | LookupDescriptor (JSObject *holder, Name *name, LookupResult *result) |
|
void | LookupTransition (JSObject *holder, Name *name, LookupResult *result) |
|
PropertyDetails | GetLastDescriptorDetails () |
|
bool | CanHaveMoreTransitions () |
|
int | LastAdded () |
|
int | NumberOfOwnDescriptors () |
|
void | SetNumberOfOwnDescriptors (int number) |
|
Cell * | RetrieveDescriptorsPointer () |
|
int | EnumLength () |
|
void | SetEnumLength (int length) |
|
bool | owns_descriptors () |
|
void | set_owns_descriptors (bool owns_descriptors) |
|
bool | has_instance_call_handler () |
|
void | set_has_instance_call_handler () |
|
void | freeze () |
|
bool | is_frozen () |
|
void | mark_unstable () |
|
bool | is_stable () |
|
void | set_migration_target (bool value) |
|
bool | is_migration_target () |
|
void | set_done_inobject_slack_tracking (bool value) |
|
bool | done_inobject_slack_tracking () |
|
void | set_construction_count (int value) |
|
int | construction_count () |
|
void | deprecate () |
|
bool | is_deprecated () |
|
bool | CanBeDeprecated () |
|
bool | TooManyFastProperties (StoreFromKeyed store_mode) |
|
void | AppendDescriptor (Descriptor *desc) |
|
int | NextFreePropertyIndex () |
|
int | NumberOfDescribedProperties (DescriptorFlag which=OWN_DESCRIPTORS, PropertyAttributes filter=NONE) |
|
int | InitialPropertiesLength () |
|
void | ClearCodeCache (Heap *heap) |
|
Object * | FindInCodeCache (Name *name, Code::Flags flags) |
|
int | IndexInCodeCache (Object *name, Code *code) |
|
void | RemoveFromCodeCache (Name *name, Code *code, int index) |
|
void | ClearNonLiveTransitions (Heap *heap) |
|
int | Hash () |
|
Map * | LookupElementsTransitionMap (ElementsKind elements_kind) |
|
Handle< Map > | FindTransitionedMap (MapHandleList *candidates) |
|
bool | CanTransition () |
|
bool | IsJSObjectMap () |
|
bool | IsJSProxyMap () |
|
bool | IsJSGlobalProxyMap () |
|
bool | IsJSGlobalObjectMap () |
|
bool | IsGlobalObjectMap () |
|
bool | CanOmitMapChecks () |
|
bool | IsMapInArrayPrototypeChain () |
|
int | visitor_id () |
|
void | set_visitor_id (int visitor_id) |
|
void | TraverseTransitionTree (TraverseCallback callback, void *data) |
|
| STATIC_ASSERT (kInstanceTypeAndBitFieldOffset==Internals::kMapInstanceTypeAndBitFieldOffset) |
|
bool | EquivalentToForNormalization (Map *other, PropertyNormalizationMode mode) |
|
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) |
|
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) |
|
|
typedef void(* | TraverseCallback) (Map *map, void *data) |
|
typedef FixedBodyDescriptor< kPointerFieldsBeginOffset, kPointerFieldsEndOffset, kSize > | BodyDescriptor |
|
enum | StoreFromKeyed { MAY_BE_STORE_FROM_KEYED
, CERTAINLY_NOT_STORE_FROM_KEYED
} |
|
enum | StorePropertyMode { NORMAL_PROPERTY
, SUPER_PROPERTY
} |
|
static bool | IsValidElementsTransition (ElementsKind from_kind, ElementsKind to_kind) |
|
static Handle< String > | ExpectedTransitionKey (Handle< Map > map) |
|
static Handle< Map > | ExpectedTransitionTarget (Handle< Map > map) |
|
static Handle< Map > | FindTransitionToField (Handle< Map > map, Handle< Name > key) |
|
static Handle< Map > | GeneralizeAllFieldRepresentations (Handle< Map > map) |
|
static MUST_USE_RESULT Handle< HeapType > | GeneralizeFieldType (Handle< HeapType > type1, Handle< HeapType > type2, Isolate *isolate) |
|
static void | GeneralizeFieldType (Handle< Map > map, int modify_index, Handle< HeapType > new_field_type) |
|
static Handle< Map > | GeneralizeRepresentation (Handle< Map > map, int modify_index, Representation new_representation, Handle< HeapType > new_field_type, StoreMode store_mode) |
|
static Handle< Map > | CopyGeneralizeAllRepresentations (Handle< Map > map, int modify_index, StoreMode store_mode, PropertyAttributes attributes, const char *reason) |
|
static Handle< Map > | CopyGeneralizeAllRepresentations (Handle< Map > map, int modify_index, StoreMode store_mode, const char *reason) |
|
static Handle< Map > | PrepareForDataProperty (Handle< Map > old_map, int descriptor_number, Handle< Object > value) |
|
static Handle< Map > | Normalize (Handle< Map > map, PropertyNormalizationMode mode) |
|
static MaybeHandle< Map > | TryUpdate (Handle< Map > map) WARN_UNUSED_RESULT |
|
static MaybeHandle< Map > | TryUpdateInternal (Handle< Map > map) WARN_UNUSED_RESULT |
|
static Handle< Map > | Update (Handle< Map > map) |
|
static Handle< Map > | CopyDropDescriptors (Handle< Map > map) |
|
static Handle< Map > | CopyInsertDescriptor (Handle< Map > map, Descriptor *descriptor, TransitionFlag flag) |
|
static MUST_USE_RESULT MaybeHandle< Map > | CopyWithField (Handle< Map > map, Handle< Name > name, Handle< HeapType > type, PropertyAttributes attributes, Representation representation, TransitionFlag flag) |
|
static MUST_USE_RESULT MaybeHandle< Map > | CopyWithConstant (Handle< Map > map, Handle< Name > name, Handle< Object > constant, PropertyAttributes attributes, TransitionFlag flag) |
|
static Handle< Map > | TransitionElementsTo (Handle< Map > map, ElementsKind to_kind) |
|
static Handle< Map > | AsElementsKind (Handle< Map > map, ElementsKind kind) |
|
static Handle< Map > | CopyAsElementsKind (Handle< Map > map, ElementsKind kind, TransitionFlag flag) |
|
static Handle< Map > | CopyForObserved (Handle< Map > map) |
|
static Handle< Map > | CopyForFreeze (Handle< Map > map) |
|
static Handle< Map > | TransitionToDataProperty (Handle< Map > map, Handle< Name > name, Handle< Object > value, PropertyAttributes attributes, StoreFromKeyed store_mode) |
|
static Handle< Map > | TransitionToAccessorProperty (Handle< Map > map, Handle< Name > name, AccessorComponent component, Handle< Object > accessor, PropertyAttributes attributes) |
|
static Handle< Map > | ReconfigureDataProperty (Handle< Map > map, int descriptor, PropertyAttributes attributes) |
|
static Handle< Map > | Copy (Handle< Map > map) |
|
static Handle< Map > | Create (Isolate *isolate, int inobject_properties) |
|
static void | UpdateCodeCache (Handle< Map > map, Handle< Name > name, Handle< Code > code) |
|
static void | AppendCallbackDescriptors (Handle< Map > map, Handle< Object > descriptors) |
|
static void | EnsureDescriptorSlack (Handle< Map > map, int slack) |
|
static void | AddDependentCompilationInfo (Handle< Map > map, DependentCode::DependencyGroup group, CompilationInfo *info) |
|
static void | AddDependentCode (Handle< Map > map, DependentCode::DependencyGroup group, Handle< Code > code) |
|
static void | AddDependentIC (Handle< Map > map, Handle< Code > stub) |
|
static Handle< Map > | TransitionToPrototype (Handle< Map > map, Handle< Object > prototype) |
|
static HeapObject * | FromAddress (Address address) |
|
static Object ** | RawField (HeapObject *obj, int offset) |
|
static void | UpdateMapCodeCache (Handle< HeapObject > object, Handle< Name > name, Handle< Code > code) |
|
static Handle< Object > | NewStorageFor (Isolate *isolate, Handle< Object > object, Representation representation) |
|
static Handle< Object > | WrapForRead (Isolate *isolate, Handle< Object > object, Representation representation) |
|
static MaybeHandle< JSReceiver > | ToObject (Isolate *isolate, Handle< Object > object) |
|
static MaybeHandle< JSReceiver > | ToObject (Isolate *isolate, Handle< Object > object, Handle< Context > context) |
|
static MUST_USE_RESULT MaybeHandle< Smi > | ToSmi (Isolate *isolate, Handle< Object > object) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (LookupIterator *it) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetProperty (Handle< Object > object, Handle< Name > key, Handle< Object > value, StrictMode strict_mode, StoreFromKeyed store_mode=MAY_BE_STORE_FROM_KEYED) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetProperty (LookupIterator *it, Handle< Object > value, StrictMode strict_mode, StoreFromKeyed store_mode, StorePropertyMode data_store_mode=NORMAL_PROPERTY) |
|
static MUST_USE_RESULT MaybeHandle< Object > | WriteToReadOnlyProperty (LookupIterator *it, Handle< Object > value, StrictMode strict_mode) |
|
static Handle< Object > | SetDataProperty (LookupIterator *it, Handle< Object > value) |
|
static MUST_USE_RESULT MaybeHandle< Object > | AddDataProperty (LookupIterator *it, Handle< Object > value, PropertyAttributes attributes, StrictMode strict_mode, StoreFromKeyed store_mode) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyOrElement (Handle< Object > object, Handle< Name > key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (Isolate *isolate, Handle< Object > object, const char *key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (Handle< Object > object, Handle< Name > key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyWithAccessor (Handle< Object > receiver, Handle< Name > name, Handle< JSObject > holder, Handle< Object > structure) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetPropertyWithAccessor (Handle< Object > receiver, Handle< Name > name, Handle< Object > value, Handle< JSObject > holder, Handle< Object > structure, StrictMode strict_mode) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyWithDefinedGetter (Handle< Object > receiver, Handle< JSReceiver > getter) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetPropertyWithDefinedSetter (Handle< Object > receiver, Handle< JSReceiver > setter, Handle< Object > value) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetElement (Isolate *isolate, Handle< Object > object, uint32_t index) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetElementWithReceiver (Isolate *isolate, Handle< Object > object, Handle< Object > receiver, uint32_t index) |
|
static Handle< Smi > | GetOrCreateHash (Isolate *isolate, Handle< Object > object) |
|
static const int | kProtoTransitionHeaderSize = 1 |
|
static const int | kProtoTransitionNumberOfEntriesOffset = 0 |
|
static const int | kProtoTransitionElementsPerEntry = 2 |
|
static const int | kProtoTransitionPrototypeOffset = 0 |
|
static const int | kProtoTransitionMapOffset = 1 |
|
static const int | kMaxCachedPrototypeTransitions = 256 |
|
static const int | kMaxPreAllocatedPropertyFields = 255 |
|
static const int | kInstanceSizesOffset = HeapObject::kHeaderSize |
|
static const int | kInstanceAttributesOffset = kInstanceSizesOffset + kIntSize |
|
static const int | kBitField3Offset = kInstanceAttributesOffset + kIntSize |
|
static const int | kPrototypeOffset = kBitField3Offset + kPointerSize |
|
static const int | kConstructorOffset = kPrototypeOffset + kPointerSize |
|
static const int | kTransitionsOrBackPointerOffset |
|
static const int | kDescriptorsOffset |
|
static const int | kCodeCacheOffset = kDescriptorsOffset + kPointerSize |
|
static const int | kDependentCodeOffset = kCodeCacheOffset + kPointerSize |
|
static const int | kSize = kDependentCodeOffset + kPointerSize |
|
static const int | kPointerFieldsBeginOffset = Map::kPrototypeOffset |
|
static const int | kPointerFieldsEndOffset = kSize |
|
static const int | kInstanceSizeOffset = kInstanceSizesOffset + 0 |
|
static const int | kInObjectPropertiesByte = 1 |
|
static const int | kInObjectPropertiesOffset |
|
static const int | kPreAllocatedPropertyFieldsByte = 2 |
|
static const int | kPreAllocatedPropertyFieldsOffset |
|
static const int | kVisitorIdByte = 3 |
|
static const int | kVisitorIdOffset = kInstanceSizesOffset + kVisitorIdByte |
|
static const int | kBitFieldOffset = kInstanceAttributesOffset + 0 |
|
static const int | kInstanceTypeOffset = kInstanceAttributesOffset + 1 |
|
static const int | kInstanceTypeAndBitFieldOffset |
|
static const int | kBitField2Offset = kInstanceAttributesOffset + 2 |
|
static const int | kUnusedPropertyFieldsOffset = kInstanceAttributesOffset + 3 |
|
static const int | kHasNonInstancePrototype = 0 |
|
static const int | kIsHiddenPrototype = 1 |
|
static const int | kHasNamedInterceptor = 2 |
|
static const int | kHasIndexedInterceptor = 3 |
|
static const int | kIsUndetectable = 4 |
|
static const int | kIsObserved = 5 |
|
static const int | kIsAccessCheckNeeded = 6 |
|
static const int | kIsExtensible = 0 |
|
static const int | kStringWrapperSafeForDefaultValueOf = 1 |
|
static const int8_t | kMaximumBitField2FastElementValue |
|
static const int8_t | kMaximumBitField2FastSmiElementValue |
|
static const int8_t | kMaximumBitField2FastHoleyElementValue |
|
static const int8_t | kMaximumBitField2FastHoleySmiElementValue |
|
static const int | kMapOffset = Object::kHeaderSize |
|
static const int | kHeaderSize = kMapOffset + kPointerSize |
|
static const int | kHeaderSize = 0 |
|
void | IteratePointers (ObjectVisitor *v, int start, int end) |
|
void | IteratePointer (ObjectVisitor *v, int offset) |
|
void | IterateNextCodeLink (ObjectVisitor *v, int offset) |
|
Definition at line 7209 of file objects.cc.