Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc337 std::vector<ArtMethod*> art_method_dirty_objects; in DumpImageDiffMap() local
448 art_method_dirty_objects.push_back(art_method); in DumpImageDiffMap()
513 for (size_t i = 0; i < art_method_dirty_objects.size() && i < kMaxAddressPrint; ++i) { in DumpImageDiffMap()
514 auto art_method = art_method_dirty_objects[i]; in DumpImageDiffMap()