Home | History | Annotate | Download | only in compiler

Lines Matching refs:vmap_table

340     const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
341 size_t vmap_table_size = vmap_table.size() * sizeof(vmap_table[0]);
346 vmap_table_offsets_.find(&vmap_table);
350 vmap_table_offsets_.Put(&vmap_table, vmap_table_offset);
352 oat_header_->UpdateChecksum(&vmap_table[0], vmap_table_size);
744 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
745 size_t vmap_table_size = vmap_table.size() * sizeof(vmap_table[0]);
749 vmap_table_offsets_.find(&vmap_table);
759 if (!out.WriteFully(&vmap_table[0], vmap_table_size)) {