HomeSort by relevance Sort by last modified time
    Searched refs:host_offset (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
slot-set.h 326 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) {
329 host_offset_.SetValue(host_offset);
349 uint32_t host_offset() { return host_offset_.Value(); } function in struct:v8::internal::TypedSlotSet::TypedSlot
383 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) {
384 TypedSlot slot(type, host_offset, offset);
422 Address host_addr = page_start_ + buffer[i].host_offset();
470 uint32_t host_offset = buffer[i].host_offset();
472 invalid_ranges.upper_bound(host_offset);
477 DCHECK_LE(upper_bound->first, host_offset);
    [all...]
remembered-set.h 144 uintptr_t host_offset = host_addr - page->address(); local
146 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset));
147 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset),
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 115 uint32 host_offset,
svga_cmd.c 482 uint32 host_offset, // IN
521 box->x = host_offset;
    [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]

Completed in 424 milliseconds