/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 266 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 254 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 157 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 148 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 159 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 150 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 266 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 254 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 754 Handle<Map> map = JSObject::GetElementsTransitionMap( in ToArray() local 1449 Map map = obj->map(); in IsSimpleArray() local 1818 Handle<JSMap> map = isolate->factory()->NewJSMap(); BUILTIN() local [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-internal.h | 671 auto map = ReadRawField<Tagged_t>(obj, kHeapObjectMapOffset); in CheckInstanceMapRange() local 680 Address map = ReadTaggedPointerField(obj, kHeapObjectMapOffset); in GetInstanceType() local [all...] |
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 172 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 162 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-assembler-x64-inl.h | 170 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 162 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/include/ |
H A D | v8-internal.h | 468 A map = ReadTaggedPointerField(obj, kHeapObjectMapOffset); in GetInstanceType() local
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 187 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 177 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 112 int VisitJSObject(Map map, JSObject object) { in VisitJSObject() argument 116 int VisitJSObjectFast(Map map, JSObject object) { in VisitJSObjectFast() argument 120 int VisitJSExternalObject(Map map, JSExternalObject object) { in VisitJSExternalObject() argument 125 int VisitWasmInstanceObject(Map map, WasmInstanceObject object) { in VisitWasmInstanceObject() argument 128 int VisitWasmSuspenderObject(Map map, WasmSuspenderObject object) { in VisitWasmSuspenderObject() argument 133 VisitJSWeakCollection(Map map, JSWeakCollection object) VisitJSWeakCollection() argument 137 VisitJSFinalizationRegistry(Map map, JSFinalizationRegistry object) VisitJSFinalizationRegistry() argument 141 VisitConsString(Map map, ConsString object) VisitConsString() argument 145 VisitSlicedString(Map map, SlicedString object) VisitSlicedString() argument 149 VisitThinString(Map map, ThinString object) VisitThinString() argument 153 VisitSeqOneByteString(Map map, SeqOneByteString object) VisitSeqOneByteString() argument 159 VisitSeqTwoByteString(Map map, SeqTwoByteString object) VisitSeqTwoByteString() argument 246 VisitJSObjectSubclassFast(Map map, T object) VisitJSObjectSubclassFast() argument 252 VisitJSObjectSubclass(Map map, T object) VisitJSObjectSubclass() argument 266 VisitLeftTrimmableArray(Map map, T object) VisitLeftTrimmableArray() argument 301 VisitFullyWithSnapshot(Map map, T object) VisitFullyWithSnapshot() argument 312 MakeSlotSnapshot(Map map, T object, int size) MakeSlotSnapshot() argument 529 Map map = object.map(isolate, kAcquireLoad); Run() local [all...] |
H A D | new-spaces.cc | 749 Map map = object.map(cage_base); in Verify() local [all...] |
H A D | heap-inl.h | 338 AllocationMemento Heap::FindAllocationMemento(Map map, HeapObject object) { in FindAllocationMemento() argument 399 void Heap::UpdateAllocationSite(Map map, HeapObject object, in UpdateAllocationSite() argument
|
H A D | paged-spaces.cc | 764 Map map = object.map(cage_base); in Verify() local [all...] |
H A D | read-only-spaces.cc | 534 Map map = object.map(); in Verify() local
|
H A D | incremental-marking.cc | 355 bool IncrementalMarking::ShouldRetainMap(Map map, int age) { in ShouldRetainMap() argument 389 Map map = Map::cast(map_heap_object); in RetainMaps() local [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 247 TNode<Map> map = var_map.value(); in BranchIfPrototypesMayHaveReadOnlyElements() local 1212 TNode<Map> map in StoreProperty() local 752 FindCandidateStoreICTransitionMapHandler( TNode<Map> map, TNode<Name> name, Label* slow) FindCandidateStoreICTransitionMapHandler() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 304 Map map = object.map(); in TrySettingEmptyEnumCache() local 501 Map map = receiver_->map(); GetKeysFast() local 539 Map map = object->map(); GetOwnKeysWithUninitializedEnumCache() local 988 Map map = object->map(); CollectOwnPropertyNames() local [all...] |
H A D | map-updater.cc | 254 Handle<Map> MapUpdater::UpdateMapNoLock(Isolate* isolate, Handle<Map> map) { in UpdateMapNoLock() argument 45 PrintGeneralization( Isolate* isolate, Handle<Map> map, FILE* file, const char* reason, InternalIndex modify_index, int split, int descriptors, bool descriptor_to_field, Representation old_representation, Representation new_representation, PropertyConstness old_constness, PropertyConstness new_constness, MaybeHandle<FieldType> old_field_type, MaybeHandle<Object> old_value, MaybeHandle<FieldType> new_field_type, MaybeHandle<Object> new_value) PrintGeneralization() argument 297 DetectIntegrityLevelTransitions( Map map, Isolate* isolate, DisallowGarbageCollection* no_gc, ConcurrencyMode cmode) DetectIntegrityLevelTransitions() argument 402 GeneralizeField(Handle<Map> map, InternalIndex modify_index, PropertyConstness new_constness, Representation new_representation, Handle<FieldType> new_field_type) GeneralizeField() argument 1068 PrintReconfiguration(Isolate* isolate, Handle<Map> map, FILE* file, InternalIndex modify_index, PropertyKind kind, PropertyAttributes attributes) PrintReconfiguration() argument 1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument 1114 UpdateFieldType(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, Handle<Name> name, PropertyConstness new_constness, Representation new_representation, const MaybeObjectHandle& new_wrapped_type) UpdateFieldType() argument 1165 GeneralizeField(Isolate* isolate, Handle<Map> map, InternalIndex modify_index, PropertyConstness new_constness, Representation new_representation, Handle<FieldType> new_field_type) GeneralizeField() argument [all...] |
H A D | objects-inl.h | 715 FromMap(const Map map) FromMap() argument 793 Map HeapObject::map() const { map() function in v8::internal::HeapObject 801 Map HeapObject::map(PtrComprCageBase cage_base) const { map() function in v8::internal::HeapObject 1004 RequiredAlignment(Map map) RequiredAlignment() argument [all...] |
H A D | string-inl.h | 128 StringShape::StringShape(Map map) : type_(map.instance_type()) { in StringShape() argument 1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() argument 1076 IsCompatibleMap(Map map, ReadOnlyRoots roots) IsCompatibleMap() argument [all...] |
H A D | feedback-vector.h | 892 Map map() { return map_; } in map() function in v8::internal::final
|
H A D | js-function.cc | 706 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype) SetInitialMap() argument 711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument 757 Handle<Map> map = isolate->factory()->NewMap(instance_type, instance_size, EnsureHasInitialMap() local 953 Handle<Map> map = FastInitializeDerivedMap() local 1032 Handle<Map> map = Map::CopyInitialMap(isolate, constructor_initial_map); GetDerivedMap() local 1073 Handle<Map> map = GetDerivedRabGsabMap() local 1115 UseFastFunctionNameLookup(Isolate* isolate, Map map) UseFastFunctionNameLookup() argument [all...] |
H A D | lookup.cc | 77 Map map = holder.map(isolate_); in Start() local 96 Map map = holder.map(isolate_); in Next() local 109 NextInternal(Map map, JSReceiver holder) NextInternal() argument 1214 NextHolder(Map map) NextHolder() argument 1236 HasInterceptor(Map map, size_t index) HasInterceptor() argument 1253 LookupInSpecialHolder( Map const map, JSReceiver const holder) LookupInSpecialHolder() argument 1310 LookupInRegularHolder( Map const map, JSReceiver const holder) LookupInRegularHolder() argument [all...] |
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 430 Handle<Map> map = initial_map; in BuildJsonObject() local 489 TransitionsAccessor transitions(isolate(), *map); in BuildJsonObject() local [all...] |