Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_field.cc77 std::vector<std::pair<art::ArtField*, art::ArtField*>> updated_access_fields; in VisitReflectiveTargets() local
82 updated_access_fields.push_back({ af, it }); in VisitReflectiveTargets()
85 for (auto it : updated_access_fields) { in VisitReflectiveTargets()