| /third_party/node/deps/v8/src/objects/ |
| H A D | js-plural-rules.cc | 308 Handle<String> value = isolate->factory()->NewStringFromAsciiChecked( in ResolvedOptions() local 233 CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, Handle<Object> value, const char* key) CreateDataPropertyForOptions() argument 245 CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, int value, const char* key) CreateDataPropertyForOptions() argument
|
| H A D | osr-optimized-code-cache.cc | 298 void OSROptimizedCodeCache::RawSetForTesting(int index, MaybeObject value) { in RawSetForTesting() argument
|
| H A D | shared-function-info.h | 731 const SharedFunctionInfo value; member
|
| H A D | visitors.h | 149 VisitEphemeron(HeapObject host, int index, ObjectSlot key, ObjectSlot value) VisitEphemeron() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-atomics.cc | 31 inline T ExchangeSeqCst(T* p, T value) { in ExchangeSeqCst() argument 41 inline T AddSeqCst(T* p, T value) { in AddSeqCst() argument 46 inline T SubSeqCst(T* p, T value) { in SubSeqCst() argument 51 inline T AndSeqCst(T* p, T value) { in AndSeqCst() argument 56 inline T OrSeqCst(T* p, T value) { in OrSeqCst() argument 61 inline T XorSeqCst(T* p, T value) { in XorSeqCst() argument 295 T value = FromObject<T>(obj); Do() local 304 T value = FromObject<T>(obj); Do() local 324 T value = FromObject<T>(obj); Do() local 334 T value = FromObject<T>(obj); Do() local 344 T value = FromObject<T>(obj); Do() local 354 T value = FromObject<T>(obj); Do() local 364 T value = FromObject<T>(obj); Do() local 422 Handle<Object> value; GetModifySetValueInBuffer() local [all...] |
| H A D | runtime-internal.cc | 280 Handle<Object> value = args.at(0); in RUNTIME_FUNCTION() local 725 Handle<HeapObject> value = args.at<HeapObject>(0); in RUNTIME_FUNCTION() local
|
| H A D | runtime-strings.cc | 285 Object value = one_byte_cache.get(chars[i]); in CopyCachedOneByteCharsToArray() local
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | references.h | 35 SerializerReference(SpecialValueType type, uint32_t value) in SerializerReference() argument
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-builder.cc | 143 void FixedArrayBuilder::Add(Object value) { in Add() argument 150 void FixedArrayBuilder::Add(Smi value) { in Add() argument
|
| H A D | unicode.h | 42 inline CacheEntry(uchar code_point, bool value) in CacheEntry() argument 51 bool value() const { return ValueField::decode(bit_field_); } in value() function in unibrow::Predicate::CacheEntry
|
| H A D | string-stream.h | 93 FmtElm(int value) : FmtElm(INT) { // NOLINT in FmtElm() argument 96 explicit FmtElm(double value) : FmtElm(DOUBLE) { // NOLINT in FmtElm() argument 99 FmtElm(const char* value) : FmtElm(C_STR) { // NOLINT in FmtElm() argument 102 FmtElm(const base::Vector<const base::uc16>& value) // NOLINT in FmtElm() argument 106 FmtElm(Object value) : FmtElm(OBJ) { // NOLINT in FmtElm() argument 109 FmtElm(Handle<Object> value) FmtElm() argument 112 FmtElm(void* value) FmtElm() argument [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | instance-type-generator.cc | 28 int value; // Assigned value for this class itself, or -1 when unassigned. member [all...] |
| /third_party/node/deps/v8/src/utils/ |
| H A D | bit-vector.h | 21 explicit DataStorage(uintptr_t value) : inline_(value) {} in DataStorage() argument 345 void Add(int value, Zone* zone) { in Add() argument 367 EnsureCapacity(int value, Zone* zone) EnsureCapacity() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 836 unsigned value = fullprop->u[0].Data; in scan_property() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_dec_references_mgr.cpp | 368 auto value = m_referenceDXVAIndices[index].originalIndex; in release_unused_references_texture_memory() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 82 uint32_t value = 0; in si_update_mmio_counters() local
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-printers.h | 153 PrintValue(const T& value, ::std::ostream* os) PrintValue() argument 169 PrintValue(const T& value, ::std::ostream* os) PrintValue() argument 188 PrintValue(const T& value, ::std::ostream* os) PrintValue() argument 260 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) DefaultPrintNonContainerTo() argument 313 Format(const ToPrint& value) Format() argument 322 Format(const ToPrint* value) Format() argument 377 FormatForComparisonFailureMessage( const T1& value, const T2& ) FormatForComparisonFailureMessage() argument 466 DefaultPrintTo(WrapPrinterType<kPrintOther> , const T& value, ::std::ostream* os) DefaultPrintTo() argument 483 PrintTo(const T& value, ::std::ostream* os) PrintTo() argument 513 value, os); PrintTo() local 648 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument 670 Print(const T& value, ::std::ostream* os) Print() argument 692 Print(const ::absl::optional<T>& value, ::std::ostream* os) Print() argument 708 Print(const ::absl::variant<T...>& value, ::std::ostream* os) Print() argument 777 Print(const T& value, ::std::ostream* os) Print() argument 796 Print(const T& value, ::std::ostream* os) Print() argument 803 Print(const T& value, ::std::ostream* os) Print() argument 856 UniversalTersePrint(const T& value, ::std::ostream* os) UniversalTersePrint() argument 865 UniversalPrint(const T& value, ::std::ostream* os) UniversalPrint() argument 894 UniversalTersePrintTupleFieldsToStrings(const Tuple& value) UniversalTersePrintTupleFieldsToStrings() argument 907 PrintValue( const T& value, ::std::ostream* os) PrintValue() argument 915 PrintToString(const T& value) PrintToString() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_rogue_pds_encode.h | 34 pvr_pds_inst_decode_field_range_regs64tp(uint32_t value) in pvr_pds_inst_decode_field_range_regs64tp() argument 47 pvr_pds_inst_decode_field_range_regs32(uint32_t value) in pvr_pds_inst_decode_field_range_regs32() argument 94 pvr_pds_inst_decode_field_range_regs32t(uint32_t value) pvr_pds_inst_decode_field_range_regs32t() argument 103 pvr_pds_inst_decode_field_range_regs32tp(uint32_t value) pvr_pds_inst_decode_field_range_regs32tp() argument 181 pvr_pds_inst_decode_field_range_regs64(uint32_t value) pvr_pds_inst_decode_field_range_regs64() argument 479 pvr_rogue_pds_inst_decode_field_range_regs64c(uint32_t value) pvr_rogue_pds_inst_decode_field_range_regs64c() argument [all...] |
| /third_party/mesa3d/src/tool/pps/ |
| H A D | pps_datasource.cc | 228 auto value = counter.get_value(driver); in add_samples() local
|
| /third_party/mesa3d/src/util/ |
| H A D | blob.c | 227 blob_overwrite_uint32(struct blob *blob, size_t offset, uint32_t value) blob_overwrite_uint32() argument 236 blob_overwrite_intptr(struct blob *blob, size_t offset, intptr_t value) blob_overwrite_intptr() argument [all...] |
| H A D | u_debug.c | 125 static bool value = false; in debug_get_option_should_print() local 331 debug_dump_enum(const struct debug_named_value *names, unsigned long value) debug_dump_enum() argument 348 debug_dump_enum_noprefix(const struct debug_named_value *names, const char *prefix, unsigned long value) debug_dump_enum_noprefix() argument 372 debug_dump_flags(const struct debug_named_value *names, unsigned long value) debug_dump_flags() argument [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync_timeline.c | 128 vk_sync_timeline_alloc_point_locked(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value, struct vk_sync_timeline_point **point_out) vk_sync_timeline_alloc_point_locked() argument 181 vk_sync_timeline_alloc_point(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value, struct vk_sync_timeline_point **point_out) vk_sync_timeline_alloc_point() argument 367 vk_sync_timeline_signal_locked(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value) vk_sync_timeline_signal_locked() argument 392 vk_sync_timeline_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_timeline_signal() argument 406 vk_sync_timeline_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_sync_timeline_get_value() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_debug_flush.c | 340 debug_flush_might_flush_cb(UNUSED void *key, void *value, void *data) in debug_flush_might_flush_cb() argument 381 debug_flush_flush_cb(UNUSED void *key, void *value, UNUSED void *data) in debug_flush_flush_cb() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 129 LLVMValueRef value; in lp_build_mask_check() local 163 lp_build_mask_begin(struct lp_build_mask_context *mask, struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef value) lp_build_mask_begin() argument 195 lp_build_mask_update(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_update() argument 209 lp_build_mask_force(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_force() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_driver_query.c | 321 double value; in query_new_value() local
|