HomeSort by relevance Sort by last modified time
    Searched refs:DeduplicateVMapTable (Results 1 - 3 of 3) sorted by null

  /art/compiler/
compiled_method.cc 156 vmap_table_(driver->DeduplicateVMapTable(vmap_table)),
172 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>());
185 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>());
194 vmap_table_ = driver->DeduplicateVMapTable(ArrayRef<const uint8_t>());
  /art/compiler/driver/
compiler_driver.h 652 SwapVector<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& code);
    [all...]
compiler_driver.cc 416 SwapVector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const ArrayRef<const uint8_t>& code) {
    [all...]

Completed in 56 milliseconds