Home
last modified time | relevance | path

Searched defs:value (Results 7001 - 7025 of 16610) sorted by relevance

1...<<281282283284285286287288289290>>...665

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h93 V8_INLINE void StoreAtomic(const void* value) { in StoreAtomic() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h762 A value = I::ReadRawField<A>(obj, offset); GetInternalField() local
789 A value = GetAlignedPointerFromInternalField() local
805 Cast(v8::Value* value) Cast() argument
[all...]
H A Dv8-persistent-handle.h436 VisitPersistentHandle(Persistent<Value>* value, uint16_t class_id) VisitPersistentHandle() argument
[all...]
H A Dv8-function-callback.h75 V8_INLINE void SetInternal(internal::Address value) { *value_ = value; } in SetInternal() argument
344 Set(bool value) Set() argument
[all...]
H A Dv8-local-handle.h164 V8_INLINE static LocalBase<T> New(Isolate* isolate, internal::Address value) { in New() argument
194 V8_INLINE static LocalBase<T> New(Isolate* isolate, internal::Address value) { in New() argument
385 New(Isolate* isolate, internal::Address value) New() argument
471 Escape(Local<T> value) Escape() argument
480 EscapeMaybe(MaybeLocal<T> value) EscapeMaybe() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-object.h739 A value = I::ReadRawField<A>(obj, offset); GetInternalField() local
768 A value = I::ReadExternalPointerField( GetAlignedPointerFromInternalField() local
783 Cast(v8::Value* value) Cast() argument
[all...]
H A Dv8-persistent-handle.h443 virtual void VisitPersistentHandle(Persistent<Value>* value, in VisitPersistentHandle() argument
[all...]
H A Dv8-function-callback.h74 V8_INLINE void SetInternal(internal::Address value) { *value_ = value; } in SetInternal() argument
322 Set(bool value) Set() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h195 CallNamedSetter( Handle<InterceptorInfo> interceptor, Handle<Name> name, Handle<Object> value) CallNamedSetter() argument
223 CallIndexedSetter( Handle<InterceptorInfo> interceptor, uint32_t index, Handle<Object> value) CallIndexedSetter() argument
305 CallAccessorSetter( Handle<AccessorInfo> accessor_info, Handle<Name> name, Handle<Object> value) CallAccessorSetter() argument
H A Dapi-inl.h248 double value = elements.get(static_cast<int>(i)).Number(); in CopySmiElementsToTypedBuffer() local
259 double value = elements.get_scalar(static_cast<int>(i)); in CopyDoubleElementsToTypedBuffer() local
/third_party/node/deps/v8/src/base/
H A Doptional.h263 void InitOrAssign(U&& value) { in InitOrAssign() argument
499 Optional(U&& value) Optional() argument
510 Optional(U&& value) Optional() argument
594 T& value() & { value() function in v8::base::Optional
599 const T& value() const & { value() function in v8::base::Optional
604 T&& value() && { value() function in v8::base::Optional
609 const T&& value() const && { value() function in v8::base::Optional
793 operator ==(const Optional<T>& opt, const U& value) operator ==() argument
798 operator ==(const U& value, const Optional<T>& opt) operator ==() argument
803 operator !=(const Optional<T>& opt, const U& value) operator !=() argument
808 operator !=(const U& value, const Optional<T>& opt) operator !=() argument
813 operator <(const Optional<T>& opt, const U& value) operator <() argument
818 operator <(const U& value, const Optional<T>& opt) operator <() argument
823 operator <=(const Optional<T>& opt, const U& value) operator <=() argument
828 operator <=(const U& value, const Optional<T>& opt) operator <=() argument
833 operator >(const Optional<T>& opt, const U& value) operator >() argument
838 operator >(const U& value, const Optional<T>& opt) operator >() argument
843 operator >=(const Optional<T>& opt, const U& value) operator >=() argument
848 operator >=(const U& value, const Optional<T>& opt) operator >=() argument
853 make_optional(T&& value) make_optional() argument
[all...]
H A Datomicops.h180 inline void Relaxed_Store(volatile Atomic8* ptr, Atomic8 value) { in Relaxed_Store() argument
181 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, in Relaxed_Store() local
185 inline void Relaxed_Store(volatile Atomic16* ptr, Atomic16 value) { in Relaxed_Store() argument
186 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, in Relaxed_Store() local
190 inline void Relaxed_Store(volatile Atomic32* ptr, Atomic32 value) { in Relaxed_Store() argument
191 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, in Relaxed_Store() local
195 inline void Release_Store(volatile Atomic8* ptr, Atomic8 value) { in Release_Store() argument
196 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, in Release_Store() local
200 inline void Release_Store(volatile Atomic16* ptr, Atomic16 value) { in Release_Store() argument
201 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, Release_Store() local
205 Release_Store(volatile Atomic32* ptr, Atomic32 value) Release_Store() argument
206 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, Release_Store() local
210 SeqCst_Store(volatile Atomic8* ptr, Atomic8 value) SeqCst_Store() argument
211 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, SeqCst_Store() local
215 SeqCst_Store(volatile Atomic16* ptr, Atomic16 value) SeqCst_Store() argument
216 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, SeqCst_Store() local
220 SeqCst_Store(volatile Atomic32* ptr, Atomic32 value) SeqCst_Store() argument
221 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, SeqCst_Store() local
314 Relaxed_Store(volatile Atomic64* ptr, Atomic64 value) Relaxed_Store() argument
315 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, Relaxed_Store() local
319 Release_Store(volatile Atomic64* ptr, Atomic64 value) Release_Store() argument
320 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, Release_Store() local
324 SeqCst_Store(volatile Atomic64* ptr, Atomic64 value) SeqCst_Store() argument
325 std::atomic_store_explicit(helper::to_std_atomic(ptr), value, SeqCst_Store() local
[all...]
H A Datomic-utils.h191 to_storage_addr(T* value) to_storage_addr() argument
195 to_storage_addr(const T* value) to_storage_addr() argument
[all...]
H A Dmacros.h213 static constexpr bool value = member
353 IsAligned(T value, U alignment) IsAligned() argument
[all...]
H A Dlogging.h301 static constexpr bool value = std::is_integral<lhs_underlying>::value && global() member
[all...]
H A Dsafe_conversions_impl.h37 static const int value = std::is_floating_point<NumericType>::value member
46 static const int value = std::numeric_limits<NumericType>::digits + member
54 static const size_t value = IntegerBitsPlusSign<Integer>::value - 1; member
61 constexpr bool IsValueNegative(T value) { in IsValueNegative() argument
88 SafeUnsignedAbs(T value) SafeUnsignedAbs() argument
165 static const NumericRangeRepresentation value = global() member
178 static const NumericRangeRepresentation value = global() member
190 static const NumericRangeRepresentation value = NUMERIC_RANGE_NOT_CONTAINED; global() member
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h149 static V8_INLINE WriteBarrier::Type Get(const void* slot, const void* value, in Get() argument
156 Get(const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
166 GetNoSlot(const void* value, WriteBarrier::Params& params, HeapHandleCallback) GetNoSlot() argument
181 TryGetCagedHeap(const void* slot, const void* value, WriteBarrier::Params& params) TryGetCagedHeap() argument
275 Get(const void* slot, const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
282 Get(const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
342 GetWriteBarrierType( const void* slot, const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
358 GetWriteBarrierType( const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dmember.h30 explicit MemberBase(const void* value) : raw_(value) {} in MemberBase() argument
31 MemberBase(const void* value, AtomicInitializerTag) { SetRawAtomic(value); } in MemberBase() argument
35 void SetRaw(void* value) { raw_ = value; } in SetRaw() argument
41 void SetRawAtomic(const void* value) { in SetRawAtomic() argument
[all...]
H A Dpersistent.h32 void SetValue(const void* value) { raw_ = value; } in SetValue() argument
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dmember.h40 V8_INLINE explicit MemberBase(const void* value) : raw_(value) {} in MemberBase() argument
41 V8_INLINE MemberBase(const void* value, AtomicInitializerTag) { in MemberBase() argument
53 V8_INLINE void SetRaw(void* value) { raw_.Store(value); } in SetRaw() argument
56 V8_INLINE void SetRawAtomic(const void* value) { raw_.StoreAtomic(value); } in SetRawAtomic() argument
309 WriteBarrierPolicy::InitializingBarrier(Base::GetRawSlot(), value); InitializingWriteBarrier() local
313 StorageType::kWriteBarrierSlotType>(Base::GetRawSlot(), value); AssigningWriteBarrier() local
[all...]
H A Dpersistent.h29 void SetValue(const void* value) { raw_ = value; } in SetValue() argument
H A Dvisitor.h72 const T* value = member.GetRawAtomic(); in Trace() local
90 const T* value = weak_member.GetRawAtomic(); in Trace() local
110 const T* value = member.GetRawAtomic(); Trace() local
174 const ValueType* value = member_value->GetRawAtomic(); TraceEphemeron() local
200 TraceEphemeron(const WeakMember<KeyType>& weak_member_key, const ValueType* value) TraceEphemeron() argument
230 const T* value = weak_member.GetRawAtomic(); TraceStrongly() local
310 VisitEphemeron(const void* key, const void* value, TraceDescriptor value_desc) VisitEphemeron() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc26 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() argument
47 Handle<Object> value = args.at(1 + index); in NextCodePoint() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dtnode.h143 static constexpr MachineType value = Type::kMachineType; member
147 constexpr MachineType MachineTypeOf<Type, Enable>::value; member in v8::internal::MachineTypeOf
151 static constexpr MachineType value = MachineType::AnyTagged(); member
155 static constexpr MachineType value = MachineType::AnyTagged(); member
159 static constexpr MachineType value = MachineType::TaggedSigned(); member
163 static constexpr MachineType value = MachineType::Pointer(); member
169 static constexpr MachineType value = MachineType::TaggedPointer(); member
173 static constexpr MachineType value = MachineType::Pointer(); member
179 HeapObject, HeapObjectSubtype>::value> member in v8::internal::MachineTypeOf
183 static const MachineRepresentation value = Type::kMachineRepresentation; global() member
189 static const MachineRepresentation value = T::kMachineType.representation(); global() member
194 static const MachineRepresentation value = global() member
200 static const MachineRepresentation value = global() member
205 static const MachineRepresentation value = RawPtrT::kMachineRepresentation; global() member
220 static const bool value = std::is_base_of<Object, T>::value || global() member
230 static const bool value = global() member
242 static const bool value = is_tagged; global() member
268 static const bool value = global() member
275 static const bool value = global() member
280 static const bool value = global() member
285 static const bool value = global() member
291 static const bool value = true; global() member
296 static const bool value = is_subtype<T, U>::value || is_subtype<U, T>::value; global() member
300 static const bool value = types_have_common_values<Word32T, U>::value; global() member
304 static const bool value = types_have_common_values<Word32T, U>::value; global() member
308 static const bool value = types_have_common_values<Word32T, U>::value; global() member
312 static const bool value = types_have_common_values<Word64T, U>::value; global() member
316 static const bool value = types_have_common_values<Word64T, U>::value; global() member
320 static const bool value = types_have_common_values<WordT, U>::value; global() member
324 static const bool value = types_have_common_values<WordT, U>::value; global() member
328 static const bool value = types_have_common_values<T1, U>::value || global() member
334 static const bool value = types_have_common_values<T, U1>::value || global() member
339 static const bool value = types_have_common_values<T1, U1>::value || global() member
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h76 void BaselineAssembler::LoadMap(Register output, Register value) { in LoadMap() argument
98 void BaselineAssembler::Move(Register output, Smi value) { in Move() argument
103 void BaselineAssembler::SmiUntag(Register output, Register value) { in SmiUntag() argument
130 StoreRegister(interpreter::Register output, Register value) StoreRegister() argument

Completed in 22 milliseconds

1...<<281282283284285286287288289290>>...665