Home
last modified time | relevance | path

Searched defs:map (Results 826 - 850 of 1195) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h266 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 Dbaseline-assembler-riscv64-inl.h157 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 Dbaseline-assembler-mips64-inl.h159 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 Dbaseline-assembler-ppc-inl.h266 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 Dbuiltins-array.cc754 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 Dv8-internal.h671 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 Dbaseline-assembler-arm-inl.h172 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 Dbaseline-assembler-x64-inl.h170 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 Dv8-internal.h468 A map = ReadTaggedPointerField(obj, kHeapObjectMapOffset); in GetInstanceType() local
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h187 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 Dconcurrent-marking.cc112 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 Dnew-spaces.cc749 Map map = object.map(cage_base); in Verify() local
[all...]
H A Dheap-inl.h338 AllocationMemento Heap::FindAllocationMemento(Map map, HeapObject object) { in FindAllocationMemento() argument
399 void Heap::UpdateAllocationSite(Map map, HeapObject object, in UpdateAllocationSite() argument
H A Dpaged-spaces.cc764 Map map = object.map(cage_base); in Verify() local
[all...]
H A Dread-only-spaces.cc534 Map map = object.map(); in Verify() local
H A Dincremental-marking.cc355 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 Dkeyed-store-generic.cc247 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 Dkeys.cc304 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 Dmap-updater.cc254 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 Dobjects-inl.h715 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 Dstring-inl.h128 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 Dfeedback-vector.h892 Map map() { return map_; } in map() function in v8::internal::final
H A Djs-function.cc706 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 Dlookup.cc77 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 Djson-parser.cc430 Handle<Map> map = initial_map; in BuildJsonObject() local
489 TransitionsAccessor transitions(isolate(), *map); in BuildJsonObject() local
[all...]

Completed in 38 milliseconds

1...<<31323334353637383940>>...48