Home | History | Annotate | Download | only in src

Lines Matching refs:encoding

839 // space are encoded in their map pointer word (along with an encoding of
842 // The excact encoding is described in the comments for class MapWord in
847 // sweeps of the heap. A distinguished map-pointer encoding is used to mark
849 // of a live object). A second distinguished map-pointer encoding is used
961 MapWord encoding =
963 old_object->set_map_word(encoding);
980 // encoding function, and a function to process non-live objects.
989 // encountered. A value (an encoding of the 'next free region' pointer)
1706 MapWord encoding = obj->map_word();
1707 Address map_addr = encoding.DecodeMapAddress(Heap::map_space());
1718 int offset = encoding.DecodeOffset();
1737 MapWord encoding = obj->map_word();
1740 int offset = encoding.DecodeOffset();
1829 MapWord encoding = obj->map_word();
1830 Address map_addr = encoding.DecodeMapAddress(Heap::map_space());
1886 MapWord encoding = obj->map_word();
1887 Address map_addr = encoding.DecodeMapAddress(Heap::map_space());
1930 MapWord encoding = obj->map_word();
1931 Address map_addr = encoding.DecodeMapAddress(Heap::map_space());