Searched refs:DataPtr (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 128 static_cast<base::Atomic8*>(array->DataPtr()), bytes); in RUNTIME_FUNCTION() 137 : static_cast<ctype*>(array->DataPtr()); \ in RUNTIME_FUNCTION() 167 base::Relaxed_Memcpy(static_cast<base::Atomic8*>(array->DataPtr()), in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 469 const uint8_t *DataPtr = Value.data; in dump() local 470 if (DataPtr) { in dump() 472 const uint8_t *EndDataPtr = DataPtr + UValue; in dump() 473 while (DataPtr < EndDataPtr) { in dump() 474 AddrOS << format("%2.2x ", *DataPtr); in dump() 475 ++DataPtr; in dump()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer-inl.h | 290 void* JSTypedArray::DataPtr() { in DataPtr() function in v8::internal::JSTypedArray 311 DCHECK_EQ(address, reinterpret_cast<Address>(DataPtr())); in SetOffHeapDataPtr()
|
H A D | js-array-buffer.h | 291 // The `DataPtr` is `base_ptr + external_pointer`, and `base_ptr` is nullptr 296 inline void* DataPtr();
|
H A D | elements.cc | 3090 static_cast<ElementType*>(typed_array->DataPtr()) + entry.raw_value(); in SetImpl() 3149 static_cast<ElementType*>(typed_array->DataPtr()) + entry.raw_value(); in GetInternalImpl() 3308 ElementType* data = static_cast<ElementType*>(typed_array->DataPtr()); in FillImpl() 3358 reinterpret_cast<ElementType*>(typed_array.DataPtr()); in IncludesValueImpl() 3430 reinterpret_cast<ElementType*>(typed_array.DataPtr()); in IndexOfValueImpl() 3478 reinterpret_cast<ElementType*>(typed_array.DataPtr()); in LastIndexOfValueImpl() 3532 ElementType* data = static_cast<ElementType*>(typed_array.DataPtr()); in ReverseImpl() 3578 ElementType* dest_data = static_cast<ElementType*>(destination.DataPtr()); in CopyTypedArrayElementsSliceImpl() 3586 ctype* source_data = reinterpret_cast<ctype*>(source.DataPtr()) + start; \ in CopyTypedArrayElementsSliceImpl() 3596 ctype* source_data = reinterpret_cast<ctype*>(source.DataPtr()) in CopyTypedArrayElementsSliceImpl() [all...] |
H A D | js-array-buffer.cc | 247 memcpy(backing_store->buffer_start(), self->DataPtr(), byte_length); in GetBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 119 uint8_t *DataPtr = const_cast<uint8_t *>(Data.data()); 120 ::memcpy(DataPtr + Offset, Buffer.data(), Buffer.size());
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 108 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; 112 DataPtr buff;
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array.cc | 128 uint8_t* data = static_cast<uint8_t*>(array->DataPtr()); in BUILTIN()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.cc | 535 reinterpret_cast<Address>(typed_array.DataPtr()) - byte_offset); in SerializeJSTypedArray()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 538 static_cast<const elementType*>(JSTypedArray::cast(*this).DataPtr()); \ in PrintElements() 1481 os << "\n - data_ptr: " << DataPtr(); in JSTypedArrayPrint()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 1644 return object()->DataPtr(); in data_ptr()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8053 source = reinterpret_cast<char*>(array->DataPtr()); in CopyContents()
|
Completed in 48 milliseconds