Home
last modified time | relevance | path

Searched refs:patches_set_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_patcher.cc125 if (write_patches_ && patches_set_.find(p) == patches_set_.end()) { in AddPatch()
126 patches_set_.insert(p); in AddPatch()
Delf_patcher.h127 std::set<uintptr_t> patches_set_; variable