/third_party/node/deps/v8/src/ic/ |
H A D | unary-op-assembler.cc | 19 TNode<Object> BitwiseNot(TNode<Context> context, TNode<Object> value, in BitwiseNot() argument 58 TNode<Object> Decrement(TNode<Context> context, TNode<Object> value, in Decrement() argument 66 TNode<Object> Increment(TNode<Context> context, TNode<Object> value, in Increment() argument 74 Negate(TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Negate() argument 128 UnaryOpWithFeedback(TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, const SmiOperation& smi_op, const FloatOperation& float_op, const BigIntOperation& bigint_op, UpdateFeedbackMode update_feedback_mode) UnaryOpWithFeedback() argument 222 IncrementOrDecrement(TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) IncrementOrDecrement() argument 263 Generate_BitwiseNotWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseNotWithFeedback() argument 272 Generate_DecrementWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_DecrementWithFeedback() argument 281 Generate_IncrementWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_IncrementWithFeedback() argument 290 Generate_NegateWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_NegateWithFeedback() argument [all...] |
H A D | stub-cache.h | 40 TaggedValue value; member
|
/third_party/node/deps/v8/src/handles/ |
H A D | handles-inl.h | 148 T value = *handle_value; in CloseAndEscape() local 162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) { in CreateHandle() argument 179 Address* HandleScope::GetHandle(Isolate* isolate, Address value) { in GetHandle() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.cc | 130 bool value() const { return !some_lab_is_set_; } in ResetRememberedSet() function in cppgc::internal::final
|
H A D | marking-visitor.cc | 29 void MarkingVisitorBase::VisitEphemeron(const void* key, const void* value, in VisitEphemeron() argument
|
H A D | write-barrier.cc | 64 void WriteBarrier::DijkstraMarkingBarrierSlow(const void* value) { in DijkstraMarkingBarrierSlow() argument 29 ProcessMarkValue(HeapObjectHeader& header, MarkerBase* marker, const void* value) ProcessMarkValue() argument 56 DijkstraMarkingBarrierSlowWithSentinelCheck( const void* value) DijkstraMarkingBarrierSlowWithSentinelCheck() argument 101 SteeleMarkingBarrierSlowWithSentinelCheck( const void* value) SteeleMarkingBarrierSlowWithSentinelCheck() argument 109 SteeleMarkingBarrierSlow(const void* value) SteeleMarkingBarrierSlow() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | marking-barrier.cc | 55 void MarkingBarrier::WriteWithoutHost(HeapObject value) { in WriteWithoutHost() argument 66 void MarkingBarrier::Write(Code host, RelocInfo* reloc_info, HeapObject value) { in Write() argument 45 Write(HeapObject host, HeapObjectSlot slot, HeapObject value) Write() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-webdriver-serializer.cc | 59 String16 _descriptionForRegExpFlags(v8::Local<v8::RegExp> value) { in _descriptionForRegExpFlags() argument 19 _serializeRecursively( v8::Local<v8::Value> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeRecursively() argument 73 _serializeRegexp( v8::Local<v8::RegExp> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeRegexp() argument 96 _serializeDate( v8::Local<v8::Date> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeDate() argument 108 _serializeArrayValue( v8::Local<v8::Array> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeArrayValue() argument 130 _serializeArray( v8::Local<v8::Array> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeArray() argument 148 _serializeMap( v8::Local<v8::Map> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeMap() argument 201 _serializeSet( v8::Local<v8::Set> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeSet() argument 219 _serializeObjectValue( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeObjectValue() argument 271 _serializeObject( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeObject() argument 289 serializeV8Value( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) serializeV8Value() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | dictionary.h | 285 DetailsAtPut(Dictionary dict, InternalIndex entry, PropertyDetails value) DetailsAtPut() argument [all...] |
H A D | js-locale.cc | 105 std::string value = in UnicodeKeywordValue() local 146 bool IsUnicodeLanguageSubtag(const std::string& value) { in IsUnicodeLanguageSubtag() argument 151 IsUnicodeScriptSubtag(const std::string& value) IsUnicodeScriptSubtag() argument 156 IsUnicodeRegionSubtag(const std::string& value) IsUnicodeRegionSubtag() argument 161 IsDigitAlphanum3(const std::string& value) IsDigitAlphanum3() argument 166 IsUnicodeVariantSubtag(const std::string& value) IsUnicodeVariantSubtag() argument 171 IsExtensionSingleton(const std::string& value) IsExtensionSingleton() argument [all...] |
H A D | slots-inl.h | 147 TData value = *location(); ToHeapObject() local 169 MemsetTagged(Tagged_t* start, Object value, size_t counter) MemsetTagged() argument 181 MemsetTagged(SlotBase<T, Tagged_t> start, Object value, size_t counter) MemsetTagged() argument 188 MemsetPointer(FullObjectSlot start, Object value, size_t counter) MemsetPointer() argument [all...] |
H A D | tagged-field-inl.h | 47 Tagged_t TaggedField<T, kFieldOffset>::full_to_tagged(Address value) { in full_to_tagged() argument 58 Tagged_t value = *location(host, offset); in load() local 67 Tagged_t value = *location(host, offset); in load() local 74 void TaggedField<T, kFieldOffset>::store(HeapObject host, T value) { in store() argument 86 store(HeapObject host, int offset, T value) store() argument 99 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location(host, offset)); Relaxed_Load() local 108 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location(host, offset)); Relaxed_Load() local 117 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location(host, 0)); Relaxed_Load_Map_Word() local 123 Relaxed_Store_Map_Word(HeapObject host, T value) Relaxed_Store_Map_Word() argument 130 Relaxed_Store(HeapObject host, T value) Relaxed_Store() argument 138 Relaxed_Store(HeapObject host, int offset, T value) Relaxed_Store() argument 148 AtomicTagged_t value = AsAtomicTagged::Acquire_Load(location(host, offset)); Acquire_Load() local 157 AtomicTagged_t value = AsAtomicTagged::Acquire_Load(location(host, offset)); Acquire_Load_No_Unpack() local 164 AtomicTagged_t value = AsAtomicTagged::Acquire_Load(location(host, offset)); Acquire_Load() local 171 Release_Store(HeapObject host, T value) Release_Store() argument 179 Release_Store_Map_Word(HeapObject host, T value) Release_Store_Map_Word() argument 187 Release_Store(HeapObject host, int offset, T value) Release_Store() argument 196 Release_CompareAndSwap(HeapObject host, T old, T value) Release_CompareAndSwap() argument 208 AtomicTagged_t value = AsAtomicTagged::SeqCst_Load(location(host, offset)); SeqCst_Load() local 217 AtomicTagged_t value = AsAtomicTagged::SeqCst_Load(location(host, offset)); SeqCst_Load() local 224 SeqCst_Store(HeapObject host, T value) SeqCst_Store() argument 232 SeqCst_Store(HeapObject host, int offset, T value) SeqCst_Store() argument 241 SeqCst_Swap(HeapObject host, int offset, T value) SeqCst_Swap() argument 252 SeqCst_Swap(PtrComprCageBase cage_base, HeapObject host, int offset, T value) SeqCst_Swap() argument [all...] |
H A D | descriptor-array.h | 271 static inline int16_t encode(unsigned mark_compact_epoch, int16_t value) { in encode() argument
|
H A D | embedder-data-slot-inl.h | 49 void EmbedderDataSlot::store_smi(Smi value) { in store_smi() argument 114 Address value = reinterpret_cast<Address>(ptr); in store_aligned_pointer() local 58 store_tagged(EmbedderDataArray array, int entry_index, Object value) store_tagged() argument 72 store_tagged(JSObject object, int embedder_field_index, Object value) store_tagged() argument 152 gc_safe_store(Isolate* isolate, Address value) gc_safe_store() argument [all...] |
H A D | js-weak-refs-inl.h | 46 Object value = key_map->ValueAt(entry); in RegisterWeakCellWithUnregisterToken() local 93 Object value = key_map.ValueAt(entry); in RemoveUnregisterToken() local
|
H A D | name-inl.h | 35 bool value = Symbol::IsPrivateBrandBit::decode(flags()); in is_private_brand() local 47 bool value = Symbol::IsPrivateNameBit::decode(flags()); in is_private_name() local
|
H A D | ordered-hash-table-inl.h | 134 ValueAtPut(InternalIndex entry, Object value) ValueAtPut() argument 148 DetailsAtPut(InternalIndex entry, PropertyDetails value) DetailsAtPut() argument 160 ValueAtPut(InternalIndex entry, Object value) ValueAtPut() argument 174 DetailsAtPut(InternalIndex entry, PropertyDetails value) DetailsAtPut() argument 205 SetDataEntry(int entry, int relative_index, Object value) SetDataEntry() argument [all...] |
H A D | property-descriptor.h | 85 Handle<Object> value() const { return value_; } in value() function in v8::internal::PropertyDescriptor 86 void set_value(Handle<Object> value) { value_ = value; } in set_value() argument
|
H A D | script-inl.h | 70 void Script::set_wrapped_arguments(FixedArray value, WriteBarrierMode mode) { in set_wrapped_arguments() argument 81 void Script::set_shared_function_info_table(ObjectHashTable value, in set_shared_function_info_table() argument 104 void Script::set_shared_function_infos(WeakFixedArray value, in set_shared_function_infos() argument 133 void Script::set_break_on_entry(bool value) { in set_break_on_entry() argument 153 void Script::set_is_repl_mode(bool value) { in set_is_repl_mode() argument [all...] |
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 119 void JSONTraceWriter::AppendArgValue(ConvertableToTraceFormat* value) { in AppendArgValue() argument 62 AppendArgValue(uint8_t type, TraceObject::ArgValue value) AppendArgValue() argument [all...] |
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions-inl.h | 142 bool DoubleToSmiInteger(double value, int* smi_int_value) { in DoubleToSmiInteger() argument 149 bool IsSmiDouble(double value) { in IsSmiDouble() argument 154 IsInt32Double(double value) IsInt32Double() argument 159 IsUint32Double(double value) IsUint32Double() argument 164 DoubleToUint32IfEqualToSelf(double value, uint32_t* uint32_value) DoubleToUint32IfEqualToSelf() argument 206 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 210 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 233 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 237 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 249 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 258 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 72 void PrintBit(const char* name, bool value) { in PrintBit() argument 77 void PrintPositive(const char* name, int value) { in PrintPositive() argument 80 os_ << "{" << name << "|" << value << "}"; in PrintPositive() local
|
H A D | regexp-utils.cc | 46 SetLastIndex(Isolate* isolate, Handle<JSReceiver> recv, uint64_t value) SetLastIndex() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 82 int value = Handle<Smi>::cast(argument_one)->value(); in RUNTIME_FUNCTION() local 175 int value = Smi::ToInt(*key); in RUNTIME_FUNCTION() local 180 double value in RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandbox.h | 106 void set_empty_backing_store_buffer(Address value) { in set_empty_backing_store_buffer() argument
|