| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-data-view-gen.h | 20 TNode<Uint8T> LoadUint8(TNode<RawPtrT> data_pointer, TNode<UintPtrT> offset) { in LoadUint8() argument 22 Load(MachineType::Uint8(), data_pointer, offset)); in LoadUint8() 25 TNode<Int8T> LoadInt8(TNode<RawPtrT> data_pointer, TNode<UintPtrT> offset) { in LoadInt8() argument 27 Load(MachineType::Int8(), data_pointer, offset)); in LoadInt8() 30 void StoreWord8(TNode<RawPtrT> data_pointer, TNode<UintPtrT> offset, in StoreWord8() argument 32 StoreNoWriteBarrier(MachineRepresentation::kWord8, data_pointer, offset, in StoreWord8()
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| D | esextcTextureCubeMapArraySubImage3D.cpp | 267 glw::GLuint* data_pointer = in configureDataBuffer() local 271 data_pointer[component] = in configureDataBuffer() 396 const glw::GLuint* data_pointer) in texSubImage3D() argument 403 data_pointer); in texSubImage3D()
|
| D | esextcTextureCubeMapArraySubImage3D.hpp | 142 void texSubImage3D(const SubImage3DCopyParams& copy_params, const glw::GLuint* data_pointer);
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-array-buffer.tq | 105 data_pointer: RawPtr;
|
| D | js-array-buffer.h | 395 DECL_GETTER(data_pointer, void*)
|
| D | js-array-buffer-inl.h | 357 DEF_GETTER(JSDataView, data_pointer, void*) { in DEF_GETTER() argument
|
| /third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
| D | gstnvbaseenc.c | 2124 CUdeviceptr data_pointer; in _map_gl_input_buffer() local 2147 data_pointer = data->resource->cuda_pointer; in _map_gl_input_buffer() 2203 param.dstDevice = data_pointer; in _map_gl_input_buffer() 2217 data_pointer += dest_stride * _get_plane_height (&nvenc->input_info, i); in _map_gl_input_buffer()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 2359 TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadFixedBigInt64ArrayElementAsTagged() argument 2361 TNode<IntPtrT> value = Load<IntPtrT>(data_pointer, offset); in LoadFixedBigInt64ArrayElementAsTagged() 2366 TNode<IntPtrT> high = Load<IntPtrT>(data_pointer, offset); in LoadFixedBigInt64ArrayElementAsTagged() 2368 data_pointer, IntPtrAdd(offset, IntPtrConstant(kSystemPointerSize))); in LoadFixedBigInt64ArrayElementAsTagged() 2370 TNode<IntPtrT> low = Load<IntPtrT>(data_pointer, offset); in LoadFixedBigInt64ArrayElementAsTagged() 2372 data_pointer, IntPtrAdd(offset, IntPtrConstant(kSystemPointerSize))); in LoadFixedBigInt64ArrayElementAsTagged() 2484 TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadFixedBigUint64ArrayElementAsTagged() argument 2487 TNode<UintPtrT> value = Load<UintPtrT>(data_pointer, offset); in LoadFixedBigUint64ArrayElementAsTagged() 2492 TNode<UintPtrT> high = Load<UintPtrT>(data_pointer, offset); in LoadFixedBigUint64ArrayElementAsTagged() 2494 data_pointer, IntPtrAdd(offset, IntPtrConstant(kSystemPointerSize))); in LoadFixedBigUint64ArrayElementAsTagged() [all …]
|
| D | code-stub-assembler.h | 1603 TNode<Numeric> LoadFixedTypedArrayElementAsTagged(TNode<RawPtrT> data_pointer, 1607 TNode<RawPtrT> data_pointer, TNode<UintPtrT> index, 1611 TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset); 1613 TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset);
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | objects-debug.cc | 1607 data_pointer()); in JSDataViewVerify()
|
| /third_party/node/deps/v8/src/ic/ |
| D | accessor-assembler.cc | 398 TNode<RawPtrT> data_pointer = in HandleLoadWasmField() local 401 data_pointer, in HandleLoadWasmField()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-call-reducer.cc | 7943 Node* data_pointer = effect = graph()->NewNode( in ReduceDataViewAccess() local 7952 data_pointer, offset, is_little_endian, effect, control); in ReduceDataViewAccess() 7958 data_pointer, offset, value, is_little_endian, effect, control); in ReduceDataViewAccess()
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 263 …<var-decl name='data_pointer' type-id='type-id-12' visibility='default' filepath='./gdbmdefs.h' li…
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 8038 source = reinterpret_cast<char*>(data_view->data_pointer()); in CopyContents()
|