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

  /external/v8/src/heap/
remembered-set.h 114 uintptr_t host_offset = host_addr - page->address(); local
116 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset));
117 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset),
slot-set.h 239 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset)
242 host_offset_(host_offset) {}
255 uint32_t host_offset() { return host_offset_; } function in struct:v8::internal::TypedSlotSet::TypedSlot
276 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) {
277 TypedSlot slot(type, host_offset, offset);
309 Address host_addr = page_start_ + slot.host_offset();
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 2740 milliseconds