Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc9656 RecordElementType visiting_type; in VisitAnnotationElement() local
9659 visiting_type = RecordElementType::kNames; in VisitAnnotationElement()
9662 visiting_type = RecordElementType::kTypes; in VisitAnnotationElement()
9665 visiting_type = RecordElementType::kSignatures; in VisitAnnotationElement()
9668 visiting_type = RecordElementType::kAnnotationVisibilities; in VisitAnnotationElement()
9671 visiting_type = RecordElementType::kAnnotations; in VisitAnnotationElement()
9680 kRecordElementNames[static_cast<uint8_t>(visiting_type)])); in VisitAnnotationElement()
9690 visiting_type_ = visiting_type; in VisitAnnotationElement()
9794 RecordElementType visiting_type, in ExpectedTypeOrError() argument
9807 kRecordElementNames[static_cast<uint8_t>(visiting_type)])); in ExpectedTypeOrError()