Home
last modified time | relevance | path

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

/art/test/068-classloader/src-ex/
DMutator.java21 public class Mutator { class
/art/runtime/
Dcommon_runtime_test.h124 template <typename Mutator>
125 bool MutateDexFile(File* output_dex, const std::string& input_jar, const Mutator& mutator) { in MutateDexFile()