Lines Matching refs:offset_
58 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { } in Slot()
61 return w_->RawSlotAt<T>(offset_); in operator ->()
65 *w_->RawSlotAt<T>(offset_) = value; in set()
69 return Slot<T>(w_, offset_ + sizeof(T) * i); in at()
74 uintptr_t offset_; member in v8::internal::BASE_EMBEDDED::Slot
394 offset_(offset), in FullHeaderELFSection()
402 header->offset = offset_; in PopulateHeader()
409 uintptr_t offset_; member in v8::internal::FullHeaderELFSection
418 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) { in ELFStringTable()
431 offset_ = writer_->position(); in AttachWriter()
443 header->offset = offset_; in WriteBody()
459 uintptr_t offset_; member in v8::internal::ELFStringTable