HomeSort by relevance Sort by last modified time
    Searched defs:vmap_table (Results 1 - 3 of 3) sorted by null

  /art/compiler/
oat_writer.cc 340 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable(); local
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(); local
745 size_t vmap_table_size = vmap_table.size() * sizeof(vmap_table[0]);
749 vmap_table_offsets_.find(&vmap_table);
    [all...]
image_writer.cc 565 const byte* vmap_table = GetOatAddress(vmap_table_offset); local
566 copy->SetVmapTable(vmap_table);
  /art/runtime/mirror/
art_method.h 267 void SetVmapTable(const uint8_t* vmap_table) {
268 SetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), vmap_table, false); local

Completed in 62 milliseconds