Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method-inl.h42 return GetArray(vmap_table_); in GetVmapTable()
Dcompiled_method.cc104 vmap_table_(storage->DeduplicateVMapTable(vmap_table)), in CompiledMethod()
138 storage->ReleaseVMapTable(vmap_table_); in ~CompiledMethod()
Dcompiled_method.h158 const LengthPrefixedArray<uint8_t>* const vmap_table_; variable