Lines Matching refs:gc_map
355 const std::vector<uint8_t>& gc_map = compiled_method->GetGcMap();
356 size_t gc_map_size = gc_map.size() * sizeof(gc_map[0]);
372 << &gc_map << " " << gc_map_size << " " << (is_native ? "true" : "false") << " "
379 gc_map_offsets_.find(&gc_map);
383 gc_map_offsets_.Put(&gc_map, gc_map_offset);
385 oat_header_->UpdateChecksum(&gc_map[0], gc_map_size);
768 const std::vector<uint8_t>& gc_map = compiled_method->GetGcMap();
769 size_t gc_map_size = gc_map.size() * sizeof(gc_map[0]);
773 gc_map_offsets_.find(&gc_map);
783 if (!out.WriteFully(&gc_map[0], gc_map_size)) {