Home | History | Annotate | Download | only in compiler

Lines Matching refs:gc_map

468         const SwapVector<uint8_t>& gc_map = compiled_method->GetGcMap();
469 size_t gc_map_size = gc_map.size() * sizeof(gc_map[0]);
472 << &gc_map << " " << gc_map_size << " " << (is_native ? "true" : "false") << " "