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

  /art/compiler/
compiled_method.cc 131 vmap_table_(driver.DeduplicateVMapTable(vmap_table)),
145 vmap_table_ = driver.DeduplicateVMapTable(std::vector<uint8_t>());
157 vmap_table_ = driver.DeduplicateVMapTable(std::vector<uint8_t>());
166 vmap_table_ = driver.DeduplicateVMapTable(std::vector<uint8_t>());
  /art/compiler/driver/
compiler_driver.h 318 std::vector<uint8_t>* DeduplicateVMapTable(const std::vector<uint8_t>& code);
compiler_driver.cc 405 std::vector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const std::vector<uint8_t>& code) {
    [all...]

Completed in 98 milliseconds