Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h57 const LengthPrefixedArray<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& table);
Dcompiled_method_storage.cc186 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateVMapTable( in DeduplicateVMapTable() function in art::CompiledMethodStorage
/art/compiler/
Dcompiled_method.cc104 vmap_table_(storage->DeduplicateVMapTable(vmap_table)), in CompiledMethod()