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

  /art/compiler/
oat_writer.cc 701 bool OatWriter::VisitDexMethods(DexMethodVisitor* visitor) {
785 bool success = VisitDexMethods(&visitor);
808 bool success = VisitDexMethods(&visitor); \
    [all...]
oat_writer.h 124 // The function VisitDexMethods() below iterates through all the methods in all
142 bool VisitDexMethods(DexMethodVisitor* visitor);

Completed in 39 milliseconds