Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc151 vmap_table_ = new SwapVector<uint8_t>(vmap_table.begin(), vmap_table.end(), in CompiledMethod()
164 vmap_table_ = driver->DeduplicateVMapTable(vmap_table); in CompiledMethod()
203 delete vmap_table_; in ~CompiledMethod()
Dcompiled_method.h365 DCHECK(vmap_table_ != nullptr); in GetVmapTable()
366 return vmap_table_; in GetVmapTable()
396 SwapVector<uint8_t>* vmap_table_; variable