Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc431 int32_t field_count = request->ReadSigned32("field count"); in RT_GetValues() local
432 expandBufAdd4BE(pReply, field_count); in RT_GetValues()
433 for (int32_t i = 0; i < field_count; ++i) { in RT_GetValues()
795 int32_t field_count = request->ReadSigned32("field count"); in OR_GetValues() local
797 expandBufAdd4BE(pReply, field_count); in OR_GetValues()
798 for (int32_t i = 0; i < field_count; ++i) { in OR_GetValues()
815 int32_t field_count = request->ReadSigned32("field count"); in OR_SetValues() local
817 for (int32_t i = 0; i < field_count; ++i) { in OR_SetValues()
/art/libdexfile/dex/
Ddex_file_verifier.cc1669 uint32_t field_count = item->fields_size_; in CheckIntraAnnotationsDirectoryItem() local
1671 field_count, in CheckIntraAnnotationsDirectoryItem()
1678 for (uint32_t i = 0; i < field_count; i++) { in CheckIntraAnnotationsDirectoryItem()
2763 uint32_t field_count = item->fields_size_; in CheckInterAnnotationsDirectoryItem() local
2764 for (uint32_t i = 0; i < field_count; i++) { in CheckInterAnnotationsDirectoryItem()
/art/runtime/dex/
Ddex_file_annotations.cc163 uint32_t field_count = annotations_dir->fields_size_; in FindAnnotationSetForField() local
164 for (uint32_t i = 0; i < field_count; ++i) { in FindAnnotationSetForField()