Home
last modified time | relevance | path

Searched defs:value (Results 10501 - 10525 of 16610) sorted by relevance

1...<<421422423424425426427428429430>>...665

/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc148 Node* value; in ReduceAllocateRaw() local
507 Node* value = node->InputAt(2); in ReduceStoreToObject() local
528 Node* value = node->InputAt(2); ReduceStoreElement() local
549 Node* value = node->InputAt(1); ReduceStoreField() local
578 Node* value = node->InputAt(2); ReduceStore() local
607 ValueNeedsWriteBarrier(Node* value, Isolate* isolate) ValueNeedsWriteBarrier() argument
637 ComputeWriteBarrierKind( Node* node, Node* object, Node* value, AllocationState const* state, WriteBarrierKind write_barrier_kind) ComputeWriteBarrierKind() argument
[all...]
H A Dnode.h347 Node* operator=(Node* value) { in operator =() argument
363 Node* operator=(Node* value) { in operator =() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc610 SetVariableValue(Handle<String> name, Handle<Object> value) SetVariableValue() argument
771 Handle<Object> value = VisitModuleScope() local
830 Handle<Object> value; VisitLocals() local
967 Handle<Object> value = VisitLocalScope() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-util.h112 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() argument
143 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() argument
57 Set(Impl* impl, K key, PersistentContainerValue value) Set() argument
99 WeakCallbackParameter( MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument
128 WeakCallbackParameter(MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument
260 PersistentValueReference(PersistentContainerValue value) PersistentValueReference() argument
263 operator =(PersistentContainerValue value) operator =() argument
338 SetReturnValueFromVal(ReturnValue<Value>* returnValue, PersistentContainerValue value) SetReturnValueFromVal() argument
370 Set(const K& key, Local<V> value) Set() argument
378 Set(const K& key, Global<V> value) Set() argument
408 Set(const K& key, Global<V> value, PersistentValueReference* reference) Set() argument
446 Set(const K& key, Local<V> value) Set() argument
454 Set(const K& key, Global<V> value) Set() argument
484 Set(const K& key, Global<V> value, PersistentValueReference* reference) Set() argument
545 Append(Impl* impl, PersistentContainerValue value) Append() argument
588 Append(Local<V> value) Append() argument
[all...]
H A Dv8-inspector.h214 v8::MaybeLocal<v8::Value> value; member in v8_inspector::WebDriverValue
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc121 Handle<Object> value = Utils::OpenHandle(*val); in ReconfigureToDataProperty() local
295 Object value = *Utils::OpenHandle(*v8::Local<v8::Value>(info.This())); in StringLengthGetter() local
89 ReplaceAccessorWithDataProperty(Isolate* isolate, Handle<Object> receiver, Handle<JSObject> holder, Handle<Name> name, Handle<Object> value) ReplaceAccessorWithDataProperty() argument
348 Handle<Object> value = Utils::OpenHandle(*val); FunctionPrototypeSetter() local
437 Handle<Object> value = iter->GetValue(); ArgumentsForInlinedFunction() local
486 Object value = frame->GetParameter(i); GetFrameArguments() local
607 Handle<Object> value = iter->GetValue(); MaterializeFunction() local
836 ErrorStackSetter( v8::Local<v8::Name> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Boolean>& info) ErrorStackSetter() argument
[all...]
H A Dbuiltins-typed-array-gen.cc331 CallCMemset(TNode<RawPtrT> dest_ptr, TNode<IntPtrT> value, TNode<UintPtrT> length) CallCMemset() argument
464 StoreJSTypedArrayElementFromNumeric( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Numeric> value, ElementsKind elements_kind) StoreJSTypedArrayElementFromNumeric() argument
519 StoreJSTypedArrayElementFromTagged( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Object> value, ElementsKind elements_kind, Label* if_detached) StoreJSTypedArrayElementFromTagged() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.h227 void set_predictable_code_size(bool value) { predictable_code_size_ = value; } in set_predictable_code_size() argument
H A Dconstant-pool.h26 ConstantPoolEntry(int position, intptr_t value, bool sharing_ok, in ConstantPoolEntry() argument
32 ConstantPoolEntry(int position, base::Double value, in ConstantPoolEntry() argument
59 intptr_t value() const { return value_; } in value() function in v8::internal::ConstantPoolEntry
102 ConstantPoolEntry::Access AddEntry(int position, intptr_t value, in AddEntry() argument
109 ConstantPoolEntry::Access AddEntry(int position, base::Double value) { in AddEntry() argument
115 ConstantPoolEntry::Access AddEntry(int position, double value) { in AddEntry() argument
170 ConstantPoolKey(uint64_t value, RelocInfo::Mode rmode = RelocInfo::NO_INFO) ConstantPoolKey() argument
174 ConstantPoolKey(uint32_t value, RelocInfo::Mode rmode = RelocInfo::NO_INFO) ConstantPoolKey() argument
[all...]
H A Dexternal-reference.cc1150 int64_t value = atomic_pair_store() local
1152 std::atomic_store(reinterpret_cast<std::atomic<int64_t>*>(address), value); atomic_pair_store() local
1161 int64_t value = atomic_pair_add() local
1173 int64_t value = atomic_pair_sub() local
1185 int64_t value = atomic_pair_and() local
1196 int64_t value = atomic_pair_or() local
1208 int64_t value = atomic_pair_xor() local
1220 int64_t value = atomic_pair_exchange() local
1255 tsan_relaxed_store_8_bits(Address addr, int64_t value) tsan_relaxed_store_8_bits() argument
1264 tsan_relaxed_store_16_bits(Address addr, int64_t value) tsan_relaxed_store_16_bits() argument
1273 tsan_relaxed_store_32_bits(Address addr, int64_t value) tsan_relaxed_store_32_bits() argument
1282 tsan_relaxed_store_64_bits(Address addr, int64_t value) tsan_relaxed_store_64_bits() argument
1292 tsan_seq_cst_store_8_bits(Address addr, int64_t value) tsan_seq_cst_store_8_bits() argument
1301 tsan_seq_cst_store_16_bits(Address addr, int64_t value) tsan_seq_cst_store_16_bits() argument
1310 tsan_seq_cst_store_32_bits(Address addr, int64_t value) tsan_seq_cst_store_32_bits() argument
1319 tsan_seq_cst_store_64_bits(Address addr, int64_t value) tsan_seq_cst_store_64_bits() argument
1329 tsan_relaxed_load_32_bits(Address addr, int64_t value) tsan_relaxed_load_32_bits() argument
1337 tsan_relaxed_load_64_bits(Address addr, int64_t value) tsan_relaxed_load_64_bits() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h275 inline bool CheckForDouble(double* value) { in CheckForDouble() argument
285 inline bool CheckForUnsigned(uint32_t* value) { in CheckForUnsigned() argument
295 inline bool CheckForUnsignedBelow(uint32_t limit, uint32_t* value) { in CheckForUnsignedBelow() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc427 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() argument
454 EzTimeValue value = EzTimeValueFromSbTime(SbTimeGetNow()); variable
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h174 inline void JumpIfSmi(Register value, Label* smi_label, in JumpIfSmi() argument
180 inline void JumpIfSmi(Operand value, Label* smi_label, in JumpIfSmi() argument
197 void SmiUntag(Register output, Register value) { in SmiUntag() argument
538 JumpIfNotSmi(Register value, Label* not_smi_label, Label::Distance distance = Label::kFar) JumpIfNotSmi() argument
544 JumpIfNotSmi(Operand value, Label* smi_label, Label::Distance distance = Label::kFar) JumpIfNotSmi() argument
641 IncrementCounter(StatsCounter* counter, int value, Register scratch) IncrementCounter() argument
646 DecrementCounter(StatsCounter* counter, int value, Register scratch) DecrementCounter() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h112 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() argument
143 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() argument
57 Set(Impl* impl, K key, PersistentContainerValue value) Set() argument
99 WeakCallbackParameter( MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument
128 WeakCallbackParameter(MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument
265 PersistentValueReference(PersistentContainerValue value) PersistentValueReference() argument
268 operator =(PersistentContainerValue value) operator =() argument
344 SetReturnValueFromVal(ReturnValue<Value>* returnValue, PersistentContainerValue value) SetReturnValueFromVal() argument
376 Set(const K& key, Local<V> value) Set() argument
384 Set(const K& key, Global<V> value) Set() argument
400 auto value = Local<V>::New(this->isolate(), *persistent); SetUnique() local
414 Set(const K& key, Global<V> value, PersistentValueReference* reference) Set() argument
452 Set(const K& key, Local<V> value) Set() argument
460 Set(const K& key, Global<V> value) Set() argument
476 auto value = Local<V>::New(this->isolate(), *persistent); SetUnique() local
490 Set(const K& key, Global<V> value, PersistentValueReference* reference) Set() argument
550 Append(Impl* impl, PersistentContainerValue value) Append() argument
592 Append(Local<V> value) Append() argument
[all...]
H A Dv8-inspector.h226 v8::MaybeLocal<v8::Value> value; member in v8_inspector::WebDriverValue
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc110 Handle<Object> value; in DefineDataProperty() local
569 Handle<Object> value = in AddPropertyToPropertyList() local
638 auto value in AddDataProperty() local
625 AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes) AddDataProperty() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h336 Expression* value = values->at(i); in VisitArrayLiteral() local
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h889 IncrementCounter(StatsCounter* counter, int value) IncrementCounter() argument
894 DecrementCounter(StatsCounter* counter, int value) DecrementCounter() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc381 void EhFrameWriter::WriteULeb128(uint32_t value) { in WriteULeb128() argument
390 void EhFrameWriter::WriteSLeb128(int32_t value) { in WriteSLeb128() argument
496 int value = (bytecode & EhFrameConstants::kLocationMask) * DumpDwarfDirectives() local
499 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local
536 int value = eh_frame_iterator.GetNextByte() * DumpDwarfDirectives() local
539 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local
544 int value = eh_frame_iterator.GetNextUInt16() * DumpDwarfDirectives() local
547 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local
552 int value = eh_frame_iterator.GetNextUInt32() * DumpDwarfDirectives() local
555 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local
[all...]
H A Deh-frame.h141 void WriteByte(byte value) { eh_frame_buffer_.push_back(value); } in WriteByte() argument
148 void WriteInt16(uint16_t value) { in WriteInt16() argument
151 void WriteInt32(uint32_t value) { in WriteInt32() argument
154 PatchInt32(int base_offset, uint32_t value) PatchInt32() argument
[all...]
/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h134 bool value; global() member
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.h750 Uint32ToString(uint32_t value, bool check_cache = true) Uint32ToString() argument
[all...]
H A Dmemory-measurement.cc66 Handle<Object> NewNumber(size_t value) { in NewNumber() argument
80 AddProperty(Handle<JSObject> object, Handle<String> name, Handle<Object> value) AddProperty() argument
H A Dslot-set.h455 void StoreCell(int cell_index, uint32_t value) { in StoreCell() argument
456 base::AsAtomic32::Release_Store(cell(cell_index), value); in StoreCell() local
554 void StoreBucket(Bucket** bucket, Bucket* value) { in StoreBucket() argument
563 void StoreBucket(size_t bucket_index, Bucket* value) { in StoreBucket() argument
564 StoreBucket(bucket(bucket_index), value); in StoreBucket() local
568 bool SwapInNewBucket(size_t bucket_index, Bucket* value) { in SwapInNewBucket() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc635 void MarkerBase::SetMainThreadMarkingDisabledForTesting(bool value) { in SetMainThreadMarkingDisabledForTesting() argument

Completed in 32 milliseconds

1...<<421422423424425426427428429430>>...665