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

  /external/v8/src/heap/
slot-set.h 338 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) {
341 host_offset_.SetValue(host_offset);
361 uint32_t host_offset() { return host_offset_.Value(); } function in struct:v8::internal::TypedSlotSet::TypedSlot
395 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) {
396 TypedSlot slot(type, host_offset, offset);
434 Address host_addr = page_start_ + buffer[i].host_offset();
482 uint32_t host_offset = buffer[i].host_offset();
484 invalid_ranges.upper_bound(host_offset);
489 DCHECK_LE(upper_bound->first, host_offset);
    [all...]
remembered-set.h 157 uintptr_t host_offset = host_addr - page->address(); local
159 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset));
160 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset),
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 275 ('host_offset','<L=0'),
309 self['host_offset']=32 + version_len
321 host_offset = self['host_offset']
322 host_end = self['host_len'] + host_offset
323 self['host_name'] = data[ host_offset : host_end ]
392 ('host_offset','<L'),
457 self['host_offset']=self['user_offset']+len(self['user_name'])
458 self['lanman_offset']=self['host_offset']+len(self['host_name'])
473 host_offset = self['host_offset'
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 491 uint32 host_offset, // IN
533 box->x = host_offset;
    [all...]
svga_cmd.h 137 uint32 host_offset,
  /external/mesa3d/include/CL/
cl.hpp     [all...]

Completed in 171 milliseconds