Home
last modified time | relevance | path

Searched defs:object (Results 2276 - 2300 of 2767) sorted by relevance

1...<<919293949596979899100>>...111

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h830 LoadField(FieldAccess const& access, TNode<HeapObject> object) LoadField() argument
838 LoadElement(ElementAccess const& access, TNode<HeapObject> object, TNode<Number> index) LoadElement() argument
[all...]
H A Dgraph-assembler.cc92 TNode<HeapObject> JSGraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() argument
221 Node* JSGraphAssembler::LoadField(FieldAccess const& access, Node* object) { in LoadField() argument
227 Node* JSGraphAssembler::LoadElement(ElementAccess const& access, Node* object, in LoadElement() argument
234 Node* JSGraphAssembler::StoreField(FieldAccess const& access, Node* object, in StoreField() argument
255 TNode<Map> GraphAssembler::LoadMap(Node* object) { in LoadMap() argument
265 StoreElement(ElementAccess const& access, Node* object, Node* index, Node* value) StoreElement() argument
271 TransitionAndStoreElement(MapRef double_map, MapRef fast_map, TNode<HeapObject> object, TNode<Number> index, TNode<Object> value) TransitionAndStoreElement() argument
419 Store(StoreRepresentation rep, Node* object, Node* offset, Node* value) Store() argument
425 Store(StoreRepresentation rep, Node* object, int offset, Node* value) Store() argument
430 Load(MachineType type, Node* object, Node* offset) Load() argument
435 Load(MachineType type, Node* object, int offset) Load() argument
439 StoreUnaligned(MachineRepresentation rep, Node* object, Node* offset, Node* value) StoreUnaligned() argument
450 LoadUnaligned(MachineType type, Node* object, Node* offset) LoadUnaligned() argument
460 ProtectedStore(MachineRepresentation rep, Node* object, Node* offset, Node* value) ProtectedStore() argument
466 ProtectedLoad(MachineType type, Node* object, Node* offset) ProtectedLoad() argument
[all...]
H A Dload-elimination.cc165 LoadElimination::AbstractElements::Kill(Node* object, Node* index, in Kill() argument
150 Lookup( Node* object, Node* index, MachineRepresentation representation) const Lookup() argument
273 AliasStateInfo(const AbstractState* state, Node* object, Handle<Map> map) AliasStateInfo() argument
275 AliasStateInfo(const AbstractState* state, Node* object) AliasStateInfo() argument
286 KillConst( Node* object, Zone* zone) const KillConst() argument
339 AbstractMaps(Node* object, ZoneHandleSet<Map> maps, Zone* zone) AbstractMaps() argument
346 Lookup( Node* object, ZoneHandleSet<Map>* object_maps) const Lookup() argument
384 Extend( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const Extend() argument
477 LookupMaps( Node* object, ZoneHandleSet<Map>* object_map) const LookupMaps() argument
482 SetMaps( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const SetMaps() argument
506 KillMaps( Node* object, Zone* zone) const KillMaps() argument
512 LookupElement( Node* object, Node* index, MachineRepresentation representation) const LookupElement() argument
521 AddElement(Node* object, Node* index, Node* value, MachineRepresentation representation, Zone* zone) const AddElement() argument
537 KillElement(Node* object, Node* index, Zone* zone) const KillElement() argument
551 AddField( Node* object, IndexRange index_range, LoadElimination::FieldInfo info, Zone* zone) const AddField() argument
568 KillConstField(Node* object, IndexRange index_range, Zone* zone) const KillConstField() argument
585 KillField( Node* object, IndexRange index_range, MaybeHandle<Name> name, Zone* zone) const KillField() argument
609 KillFields(Node* object, MaybeHandle<Name> name, Zone* zone) const KillFields() argument
644 LookupField( Node* object, IndexRange index_range, ConstFieldInfo const_field_info) const LookupField() argument
740 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceMapGuard() local
755 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceCheckMaps() local
770 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceCompareMaps() local
787 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceEnsureWritableFastElements() local
815 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceMaybeGrowFastElements() local
843 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceTransitionElementsKind() local
882 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceTransitionAndStoreElement() local
908 Node* object = NodeProperties::GetValueInput(node, 0); ReduceLoadField() local
972 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceStoreField() local
1055 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceLoadElement() local
1105 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceStoreElement() local
1260 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopStateForStoreField() local
1280 Node* object; ComputeLoopState() member
1300 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1307 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1315 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1325 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1340 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
[all...]
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h161 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
255 inline void PushSingle(MacroAssembler* masm, Handle<HeapObject> object) { in PushSingle() argument
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h152 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h150 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h77 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h26 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
31 inline MemOperand FieldMemOperand(Register object, Register index, int offset) { in FieldMemOperand() argument
[all...]
H A Dassembler-s390.cc352 Handle<HeapObject> object; in AllocateAndInstallRequestedHeapObjects() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc137 auto object = isolate->factory()->NewJSObjectFromMap(object_map); in Create() local
633 auto object = isolate->factory()->NewSlowJSObjectWithNullProto(); in Create() local
697 Handle<JSObject> object = global() variable
731 auto object = isolate->factory()->NewSlowJSObjectWithNullProto(); global() variable
826 Handle<WasmValueObject> object = Handle<WasmValueObject>::cast( New() local
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h254 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h148 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h150 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h254 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h60 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc915 void CollectElementIndices(Isolate* isolate, Handle<JSObject> object, in CollectElementIndices() argument
1425 Handle<JSReceiver> object = Handle<JSReceiver>::cast(obj); Slow_ArrayConcat() local
1567 IsFastArray(Handle<JSReceiver> object) IsFastArray() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h76 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h162 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h162 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
259 inline void PushSingle(MacroAssembler* masm, Handle<HeapObject> object) { in PushSingle() argument
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h177 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h58 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h27 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc740 Handle<String> BuildDefaultCallSite(Isolate* isolate, Handle<Object> object) { in BuildDefaultCallSite() argument
773 RenderCallSite(Isolate* isolate, Handle<Object> object, MessageLocation* location, CallPrinter::ErrorHint* hint) RenderCallSite() argument
832 ThrowSpreadArgError(Isolate* isolate, MessageTemplate id, Handle<Object> object) ThrowSpreadArgError() argument
886 ThrowLoadFromNullOrUndefined(Isolate* isolate, Handle<Object> object, MaybeHandle<Object> key) ThrowLoadFromNullOrUndefined() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc104 static V8_INLINE T Cast(HeapObject object) { in Cast() argument
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 VisitWasmInstanceObject(Map map, WasmInstanceObject object) VisitWasmInstanceObject() argument
128 VisitWasmSuspenderObject(Map map, WasmSuspenderObject object) 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
181 ShouldVisit(HeapObject object) ShouldVisit() argument
185 ShouldVisitUnaccounted(HeapObject object) ShouldVisitUnaccounted() argument
204 Object object = p.Relaxed_Load(cage_base()); global() variable
246 VisitJSObjectSubclassFast(Map map, T object) VisitJSObjectSubclassFast() argument
252 VisitJSObjectSubclass(Map map, T object) VisitJSObjectSubclass() argument
266 VisitLeftTrimmableArray(Map map, T object) VisitLeftTrimmableArray() argument
287 Object object = snapshot.value(i); VisitPointersInSnapshot() local
301 VisitFullyWithSnapshot(Map map, T object) VisitFullyWithSnapshot() argument
312 MakeSlotSnapshot(Map map, T object, int size) MakeSlotSnapshot() argument
321 RecordSlot(HeapObject object, TSlot slot, HeapObject target) RecordSlot() argument
364 Cast(HeapObject object) Cast() argument
369 Cast(HeapObject object) Cast() argument
374 Cast(HeapObject object) Cast() argument
379 Cast(HeapObject object) Cast() argument
384 Cast(HeapObject object) Cast() argument
390 Cast(HeapObject object) Cast() argument
397 Cast(HeapObject object) Cast() argument
502 HeapObject object; Run() local
[all...]
H A Dnew-spaces.cc745 HeapObject object = HeapObject::FromAddress(current); in Verify() local
[all...]

Completed in 36 milliseconds

1...<<919293949596979899100>>...111