Searched refs:host_offset_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dslot-set.h237 TypedSlot() : type_and_offset_(0), host_offset_(0) {}
242 host_offset_(host_offset) {}
246 host_offset_ == other.host_offset_;
255 uint32_t host_offset() { return host_offset_; }
258 uint32_t host_offset_; member in struct:v8::internal::TypedSlotSet::TypedSlot

Completed in 62 milliseconds