Home
last modified time | relevance | path

Searched refs:location_catalog_entries_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc84 size_t index = location_catalog_entries_.Size(); in AddDexRegisterEntry()
85 location_catalog_entries_.Add(location); in AddDexRegisterEntry()
136 location_catalog_entry_index < location_catalog_entries_.Size(); in ComputeDexRegisterLocationCatalogSize()
139 location_catalog_entries_.Get(location_catalog_entry_index); in ComputeDexRegisterLocationCatalogSize()
160 DexRegisterMap::SingleEntrySizeInBits(location_catalog_entries_.Size()) in ComputeDexRegisterMapSize()
210 code_info.SetNumberOfDexRegisterLocationCatalogEntries(location_catalog_entries_.Size()); in FillIn()
217 for (size_t i = 0, e = location_catalog_entries_.Size(); i < e; ++i) { in FillIn()
218 DexRegisterLocation dex_register_location = location_catalog_entries_.Get(i); in FillIn()
274 location_catalog_entries_.Size()); in FillIn()
Dstack_map_stream.h65 location_catalog_entries_(allocator, 4), in StackMapStream()
139 GrowableArray<DexRegisterLocation> location_catalog_entries_; variable