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

  /art/runtime/verifier/
dex_gc_map.h 47 return EntryWidth() * NumEntries() + 4u /* header */;
57 size_t entry_offset = index * EntryWidth();
67 size_t entry_offset = index * EntryWidth();
105 size_t EntryWidth() const {
  /art/runtime/
gc_map.h 41 size_t entry_offset = index * EntryWidth();
47 size_t entry_offset = index * EntryWidth();
102 size_t EntryWidth() const {
  /art/compiler/
gc_map_builder.h 37 table->resize((EntryWidth() * entries) + sizeof(uint32_t));
66 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t);
74 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t);
81 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t);
85 size_t EntryWidth() const {

Completed in 545 milliseconds