Home
last modified time | relevance | path

Searched defs:buffer_start (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/java/system/
Dcore_impl.cc33 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateMessagePipe() local
53 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateDataPipe() local
74 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateSharedBuffer() local
114 const void* buffer_start = 0; in JNI_CoreImpl_WriteMessage() local
183 void* buffer_start = 0; in JNI_CoreImpl_ReadData() local
236 void* buffer_start = env->GetDirectBufferAddress(elements); in JNI_CoreImpl_WriteData() local
286 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_Duplicate() local
324 void* buffer_start = env->GetDirectBufferAddress(buffer); in JNI_CoreImpl_Unmap() local
/external/v8/src/objects/
Dbacking-store.h77 void* buffer_start() const { return buffer_start_; } in buffer_start() function
146 BackingStore(void* buffer_start, size_t byte_length, size_t byte_capacity, in BackingStore()
Dbacking-store.cc60 void* buffer_start, in GetReservedRegion()
214 void* buffer_start = nullptr; in Allocate() local
230 void* buffer_start = allocator->Allocate(byte_length); in Allocate() local
368 byte* buffer_start = reinterpret_cast<byte*>(allocation_base) + in TryAllocateWasmMemory() local
710 void* buffer_start, size_t length) { in Lookup()
/external/libvpx/libvpx/vpx_dsp/
Dbitreader.c41 const uint8_t *buffer_start = buffer; in vpx_reader_fill() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp380 glw::GLint64 buffer_start = -1; in testBuffersDimensions() local
827 glw::GLint64 buffer_start = -1; in testStart() local
/external/v8/src/codegen/
Dassembler.h276 byte* buffer_start() const { return buffer_->start(); } in buffer_start() function
/external/u-boot/drivers/net/ldpaa_eth/
Dldpaa_eth.c329 u64 buffer_start; in ldpaa_eth_tx() local
/external/v8/src/parsing/
Dscanner.h144 Utf16CharacterStream(const uint16_t* buffer_start, in Utf16CharacterStream()