HomeSort by relevance Sort by last modified time
    Searched refs:vmap_table_offset (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
art_method-inl.h 165 inline void ArtMethod::SetOatVmapTableOffset(uint32_t vmap_table_offset) {
167 SetVmapTable(reinterpret_cast<uint8_t*>(vmap_table_offset));
art_method.h 273 void SetOatVmapTableOffset(uint32_t vmap_table_offset);
  /art/runtime/
oat.h 116 uint32_t vmap_table_offset,
oat.cc 291 uint32_t vmap_table_offset,
299 vmap_table_offset_(vmap_table_offset),
oat_file.h 119 const uint32_t vmap_table_offset,
oat_file.cc 426 const uint32_t vmap_table_offset,
434 vmap_table_offset_(vmap_table_offset),
  /art/compiler/
oat_writer.cc 286 uint32_t vmap_table_offset = 0; local
342 vmap_table_offset = (vmap_table_size == 0) ? 0 : offset;
348 vmap_table_offset = vmap_iter->second;
350 vmap_table_offsets_.Put(&vmap_table, vmap_table_offset);
395 vmap_table_offset,
417 method->SetOatVmapTableOffset(vmap_table_offset);
    [all...]
image_writer.cc 564 uint32_t vmap_table_offset = orig->GetOatVmapTableOffset(); local
565 const byte* vmap_table = GetOatAddress(vmap_table_offset);

Completed in 2676 milliseconds