Home
last modified time | relevance | path

Searched refs:host_offset (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dslot-set.h338 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) { in TypedSlot()
341 host_offset_.SetValue(host_offset); in TypedSlot()
361 uint32_t host_offset() { return host_offset_.Value(); } in host_offset() function
395 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) { in Insert() argument
396 TypedSlot slot(type, host_offset, offset); in Insert()
434 Address host_addr = page_start_ + buffer[i].host_offset(); in Iterate()
482 uint32_t host_offset = buffer[i].host_offset(); in RemoveInvaldSlots() local
484 invalid_ranges.upper_bound(host_offset); in RemoveInvaldSlots()
489 DCHECK_LE(upper_bound->first, host_offset); in RemoveInvaldSlots()
490 if (upper_bound->second > host_offset) { in RemoveInvaldSlots()
Dremembered-set.h157 uintptr_t host_offset = host_addr - page->address(); in InsertTyped() local
159 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset)); in InsertTyped()
160 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset), in InsertTyped()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c491 uint32 host_offset, // IN in SVGA3D_BufferDMA() argument
533 box->x = host_offset; in SVGA3D_BufferDMA()
Dsvga_cmd.h137 uint32 host_offset,
/external/mesa3d/include/CL/
Dcl.hpp2673 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()