Home
last modified time | relevance | path

Searched defs:raw_value (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/common/
Dptr-compr-inl.h49 V8_INLINE Address DecompressTaggedSigned(Tagged_t raw_value) { in DecompressTaggedSigned()
58 Tagged_t raw_value) { in DecompressTaggedPointer()
66 Tagged_t raw_value) { in DecompressTaggedAny()
/third_party/node/deps/v8/src/objects/
Dslots-inl.h29 bool FullObjectSlot::contains_value(Address raw_value) const { in contains_value()
33 bool FullObjectSlot::contains_map_value(Address raw_value) const { in contains_map_value()
171 Tagged_t raw_value = CompressTagged(value.ptr()); in MemsetTagged() local
Dobject-type.cc14 Address CheckObjectType(Address raw_value, Address raw_type, in CheckObjectType()
Dinternal-index.h37 size_t raw_value() const { return entry_; } in raw_value() function
Dcompressed-slots-inl.h24 bool CompressedObjectSlot::contains_value(Address raw_value) const { in contains_value()
30 bool CompressedObjectSlot::contains_map_value(Address raw_value) const { in contains_map_value()
Dmaybe-object-inl.h87 Address raw_value = in ClearedValue() local
Ddescriptor-array.h254 static inline int16_t decode(unsigned mark_compact_epoch, int16_t raw_value) { in decode()
Dallocation-site-inl.h116 Object raw_value = transition_info_or_boilerplate(kAcquireLoad); in PointsToLiteral() local
Djs-objects.cc4427 Handle<Object> raw_value(object->RawFastPropertyAt(index), isolate); in FastPropertyAt() local
4435 Handle<Object> raw_value(object->RawFastPropertyAt(index, tag), isolate); in FastPropertyAt() local
/third_party/node/deps/v8/src/zone/
Dzone-compression.h51 Address raw_value = reinterpret_cast<Address>(value); in Compress() local
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dcommon.c109 raw_value, raw_max_idx = 0, raw_min_idx = 0; in categorize_regions() local
/third_party/ffmpeg/libavcodec/
Dsiren.c456 raw_value, raw_max_idx = 0, raw_min_idx = 0; in categorize_regions() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c357 VALUE raw_value = layout_get(self->descriptor->layout, Message_data(self), f); in Message_method_missing() local
/third_party/gn/src/base/win/
Dregistry.cc279 char16_t raw_value[kMaxStringLength]; in ReadValue() local
/third_party/mesa3d/src/intel/common/
Dintel_decoder.h84 uint64_t raw_value; member
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc279 Address raw_value = Smi::cast(*slot).ptr(); in PutSmiRoot() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc1513 TNode<Context> context, TNode<Object> raw_value, TNode<Word32T> details, in FromPropertyDetails()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1814 get_alu_src(struct ntv_context *ctx, nir_alu_instr *alu, unsigned src, SpvId *raw_value) in get_alu_src()