Home
last modified time | relevance | path

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

/art/compiler/
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()
/art/compiler/driver/
Dcompiler_driver.h652 SwapVector<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& code);
Dcompiler_driver.cc416 SwapVector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const ArrayRef<const uint8_t>& code) { in DeduplicateVMapTable() function in art::CompilerDriver