Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc140 size += DexRegisterLocationCatalog::EntrySize(dex_register_location); in ComputeDexRegisterLocationCatalogSize()
220 location_catalog_offset += DexRegisterLocationCatalog::EntrySize(dex_register_location); in FillIn()
/art/runtime/
Dstack_map.h384 static size_t EntrySize(const DexRegisterLocation& location) { in EntrySize() function