Home
last modified time | relevance | path

Searched refs:kValueOffset (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dheap-number.h31 static const int kValueOffset = PrimitiveHeapObject::kHeaderSize; variable
37 static const int kMantissaOffset = kValueOffset;
38 static const int kExponentOffset = kValueOffset + 4;
40 static const int kMantissaOffset = kValueOffset + 4;
41 static const int kExponentOffset = kValueOffset;
46 static const int kSize = kValueOffset + kDoubleSize;
H A Dheap-number-inl.h23 double HeapNumber::value() const { return ReadField<double>(kValueOffset); } in OBJECT_CONSTRUCTORS_IMPL()
26 WriteField<double>(kValueOffset, value); in set_value()
31 return base::ReadUnalignedValue<uint64_t>(field_address(kValueOffset)); in value_as_bits()
35 base::WriteUnalignedValue<uint64_t>(field_address(kValueOffset), bits); in set_value_as_bits()
H A Dcell.h21 inline Address ValueAddress() { return address() + kValueOffset; } in ValueAddress()
26 using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>;
H A Dordered-hash-table-inl.h103 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
109 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
116 this->set(EntryToIndex(entry) + kValueOffset, value); in ValueAtPut()
H A Dcell-inl.h22 return Cell::cast(HeapObject::FromAddress(value - kValueOffset)); in TQ_OBJECT_CONSTRUCTORS_IMPL()
H A Dproperty-cell-inl.h24 ACCESSORS(PropertyCell, value, Object, kValueOffset) in OBJECT_CONSTRUCTORS_IMPL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dheap-number.h35 static const int kMantissaOffset = kValueOffset;
36 static const int kExponentOffset = kValueOffset + 4;
38 static const int kMantissaOffset = kValueOffset + 4;
39 static const int kExponentOffset = kValueOffset;
H A Dcell.h22 inline Address ValueAddress() { return address() + kValueOffset; } in ValueAddress()
24 using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>;
H A Dheap-number-inl.h25 return base::ReadUnalignedValue<uint64_t>(field_address(kValueOffset)); in TQ_OBJECT_CONSTRUCTORS_IMPL()
29 base::WriteUnalignedValue<uint64_t>(field_address(kValueOffset), bits); in set_value_as_bits()
H A Dordered-hash-table-inl.h108 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
113 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
124 this->set(EntryToIndex(entry) + kValueOffset, value); in ValueAtPut()
H A Dcell-inl.h24 return Cell::cast(HeapObject::FromAddress(value - kValueOffset)); in TQ_OBJECT_CONSTRUCTORS_IMPL()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dheap-number.h38 static const int kMantissaOffset = kValueOffset;
39 static const int kExponentOffset = kValueOffset + 4;
41 static const int kMantissaOffset = kValueOffset + 4;
42 static const int kExponentOffset = kValueOffset;
H A Dcell.h20 inline Address ValueAddress() { return address() + kValueOffset; } in ValueAddress()
25 using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>;
H A Dheap-number-inl.h27 reinterpret_cast<base::Atomic8*>(field_address(kValueOffset)), in TQ_OBJECT_CONSTRUCTORS_IMPL()
35 reinterpret_cast<base::Atomic8*>(field_address(kValueOffset)), in set_value_as_bits()
H A Dfeedback-cell-inl.h24 RELEASE_ACQUIRE_ACCESSORS(FeedbackCell, value, HeapObject, kValueOffset) in RELEASE_ACQUIRE_ACCESSORS() argument
45 (*gc_notify_updated_slot)(*this, RawField(FeedbackCell::kValueOffset), in reset_feedback_vector()
H A Dproperty-cell-inl.h28 ACCESSORS(PropertyCell, value, Object, kValueOffset) in ACCESSORS()
29 RELEASE_ACQUIRE_ACCESSORS(PropertyCell, value, Object, kValueOffset) in ACCESSORS()
H A Dordered-hash-table-inl.h110 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
115 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()
137 this->set(EntryToIndex(entry) + kValueOffset, value); in ValueAtPut()
H A Dcell-inl.h24 return TaggedField<Object, kValueOffset>::Relaxed_Load(cage_base, *this); in DEF_RELAXED_GETTER()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.h1940 static const int kMantissaOffset = kValueOffset;
1941 static const int kExponentOffset = kValueOffset + 4;
1943 static const int kMantissaOffset = kValueOffset + 4;
1944 static const int kExponentOffset = kValueOffset;
1949 static const int kSize = kValueOffset + kDoubleSize;
3656 static const int kSize = kValueOffset + kPointerSize;
4101 Object* result = FromAddress(value - kValueOffset); in DECL_ACCESSORS()
4106 return address() + kValueOffset; in ValueAddress()
4115 static const int kSize = kValueOffset + kPointerSize;
4117 typedef FixedBodyDescriptor<kValueOffset,
[all …]
H A Ddateparser.h262 static int GetValue(int i) { return array[i][kValueOffset]; } in GetValue()
266 static const int kValueOffset = kTypeOffset + 1; variable
267 static const int kEntrySize = kValueOffset + 1;
/dports/lang/v8/v8-9.6.180.12/src/date/
H A Ddateparser.h256 static int GetValue(int i) { return array[i][kValueOffset]; } in GetValue()
260 static const int kValueOffset = kTypeOffset + 1; variable
261 static const int kEntrySize = kValueOffset + 1;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/date/
H A Ddateparser.h254 static int GetValue(int i) { return array[i][kValueOffset]; } in GetValue()
258 static const int kValueOffset = kTypeOffset + 1; variable
259 static const int kEntrySize = kValueOffset + 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/date/
H A Ddateparser.h254 static int GetValue(int i) { return array[i][kValueOffset]; } in GetValue()
258 static const int kValueOffset = kTypeOffset + 1; variable
259 static const int kEntrySize = kValueOffset + 1;
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-wasm-objects-inl.h24 ACCESSORS(WasmValueObject, value, Object, kValueOffset)
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dordered-hash-table-inl.h24 return get(EntryToIndex(entry) + kValueOffset); in ValueAt()

12345678