/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis.cc | 746 Node* map; in ReduceNode() local
|
H A D | simplified-operator.h | 77 MaybeHandle<Map> map; // map of the field value (if known). member [all...] |
H A D | graph-assembler.cc | 244 Node* map = WordXor(map_word, IntPtrConstant(Internals::kMapWordXorMask)); in UnpackMapWord() local 248 Node* GraphAssembler::PackMapWord(TNode<Map> map) { in PackMapWord() argument
|
H A D | types.cc | 141 Type::bitset BitsetType::Lub(const MapRefLike& map) { in Lub() argument [all...] |
H A D | load-elimination.cc | 273 AliasStateInfo(const AbstractState* state, Node* object, Handle<Map> map) in AliasStateInfo() argument 689 Handle<Map> map; in MayAlias() local [all...] |
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-assembler-ia32-inl.h | 169 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 161 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-assembler-mips-inl.h | 161 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument 152 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-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/debug/ |
H A D | debug-wasm-objects.cc | 118 auto map = JSFunction::GetDerivedMap(isolate, fun, fun).ToHandleChecked(); in GetOrCreateDebugProxyMap() local 801 Handle<Map> map = isolate->factory()->NewMap( in New() local [all...] |
/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
|
/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...] |