Home | History | Annotate | Download | only in src

Lines Matching refs:tagged

15 // LayoutDescriptor is a bit vector defining which fields contain non-tagged
20 // field contains a non-tagged value and therefore must be skipped by GC.
21 // Otherwise the field is considered tagged. If the queried bit lays "outside"
22 // of the descriptor then the field is also considered tagged.
29 // Queries the contiguous region of fields that are either tagged or not.
30 // Returns true if the given field is tagged or false otherwise and writes
37 // Returns true if this is a layout of the object having only tagged fields.
69 // tagged (FastPointerLayout).
94 LayoutDescriptor* SetTaggedForTesting(int field_index, bool tagged);
131 bool tagged);
136 // about whether the field at given offset is tagged or not.
144 // Queries the contiguous region of fields that are either tagged or not.
145 // Returns true if fields starting at |offset_in_bytes| are tagged or false