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

  /art/compiler/
compiled_method.cc 158 vmap_table_(driver->DeduplicateVMapTable(vmap_table)),
173 vmap_table_(driver->DeduplicateVMapTable(std::vector<uint8_t>())),
186 vmap_table_ = driver->DeduplicateVMapTable(std::vector<uint8_t>());
195 vmap_table_ = driver->DeduplicateVMapTable(std::vector<uint8_t>());
  /art/compiler/driver/
compiler_driver.h 596 std::vector<uint8_t>* DeduplicateVMapTable(const std::vector<uint8_t>& code);
    [all...]
compiler_driver.cc 405 std::vector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const std::vector<uint8_t>& code) {
    [all...]

Completed in 32 milliseconds