Searched refs:host_offset (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | slot-set.h | 239 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) in TypedSlot() 242 host_offset_(host_offset) {} in TypedSlot() 255 uint32_t host_offset() { return host_offset_; } in host_offset() function 276 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) { in Insert() argument 277 TypedSlot slot(type, host_offset, offset); in Insert() 309 Address host_addr = page_start_ + slot.host_offset(); in Iterate()
|
D | remembered-set.h | 114 uintptr_t host_offset = host_addr - page->address(); in InsertTyped() local 116 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset)); in InsertTyped() 117 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset), in InsertTyped()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.h | 115 uint32 host_offset,
|
D | svga_cmd.c | 482 uint32 host_offset, // IN in SVGA3D_BufferDMA() argument 521 box->x = host_offset; in SVGA3D_BufferDMA()
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 2673 const size_t<3>& host_offset, in enqueueReadBufferRect() argument 2689 (const ::size_t *)host_offset, in enqueueReadBufferRect() 2707 const size_t<3>& host_offset, in enqueueWriteBufferRect() argument 2723 (const ::size_t *)host_offset, in enqueueWriteBufferRect()
|