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

  /art/runtime/
oat_file-inl.h 75 const uint8_t* vmap_table = GetVmapTable(); local
76 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u);
  /art/compiler/
compiled_method.cc 109 const ArrayRef<const uint8_t>& vmap_table,
117 vmap_table_(driver->GetCompiledMethodStorage()->DeduplicateVMapTable(vmap_table)),
130 const ArrayRef<const uint8_t>& vmap_table,
143 vmap_table,
common_compiler_test.cc 59 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); local
60 const uint32_t vmap_table_offset = vmap_table.empty() ? 0u
61 : sizeof(OatQuickMethodHeader) + vmap_table.size();
77 const size_t size = method_info.size() + vmap_table.size() + sizeof(method_header) + code_size;
81 chunk->insert(chunk->begin(), vmap_table.begin(), vmap_table.end());
compiled_method.h 398 const ArrayRef<const uint8_t>& vmap_table,
412 const ArrayRef<const uint8_t>& vmap_table,
oat_writer.cc 833 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable();
834 current_quickening_info_offset_ += vmap_table.size() * sizeof(vmap_table.front());
    [all...]
  /art/compiler/driver/
compiled_method_storage_test.cc 62 ArrayRef<const uint8_t> vmap_table[] = { local
89 for (auto&& v : vmap_table) {

Completed in 685 milliseconds