Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h58 void ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table);
Dcompiled_method_storage.cc191 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable() function in art::CompiledMethodStorage
/art/compiler/
Dcompiled_method.cc138 storage->ReleaseVMapTable(vmap_table_); in ~CompiledMethod()