Searched refs:DeduplicateVMapTable (Results 1 – 3 of 3) sorted by relevance
156 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()
652 SwapVector<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& code);
416 SwapVector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const ArrayRef<const uint8_t>& code) { in DeduplicateVMapTable() function in art::CompilerDriver