Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.h176 DCHECK(vmap_table_ != nullptr); in GetVmapTable()
177 return *vmap_table_; in GetVmapTable()
200 SwapVector<uint8_t>* vmap_table_; variable
Dcompiled_method.cc156 vmap_table_(driver->DeduplicateVMapTable(vmap_table)), in CompiledMethod()
172 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>()); in CompiledMethod()
185 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>()); in CompiledMethod()
194 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>()); in CompiledMethod()