Home | History | Annotate | Download | only in file

Lines Matching refs:Section

35      * {@code null-ok;} section the item was added to, or {@code null} if
38 private Section addedTo;
41 * {@code >= -1;} assigned offset of the item from the start of its section,
71 Section.validateAlignment(alignment);
183 * the section which the instance was written to.
212 * Indicates that this item has been added to the given section at
216 * @param addedTo {@code non-null;} the section this instance has
219 * section where this instance was placed
223 public final int place(Section addedTo, int offset) {
297 * @param addedTo {@code non-null;} the section this instance has been added to
299 * section where this instance was placed
301 protected void place0(Section addedTo, int offset) {
307 * the given data section. This is called by {@link #writeTo},