Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method.cc102 storage->ReleaseVMapTable(vmap_table_); in ~CompiledMethod()
Dcompiled_method_storage.h61 void ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table);
Dcompiled_method_storage.cc196 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable() function in art::CompiledMethodStorage