Searched refs:have_class (Results 1 – 2 of 2) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.h | 94 bool* have_class, 109 bool* have_class, 117 bool* have_class,
|
D | dex_file_verifier.cc | 993 bool* have_class, in CheckOrderAndGetClassDef() argument 1004 if (!*have_class) { in CheckOrderAndGetClassDef() 1005 *have_class = FindClassIndexAndDef(curr_index, is_field, class_type_index, class_def); in CheckOrderAndGetClassDef() 1006 if (!*have_class) { in CheckOrderAndGetClassDef() 1114 bool* have_class, in CheckIntraClassDataItemFields() argument 1126 have_class, in CheckIntraClassDataItemFields() 1150 bool* have_class, in CheckIntraClassDataItemMethods() argument 1160 have_class, in CheckIntraClassDataItemMethods() 1189 bool have_class = false; in CheckIntraClassDataItem() local 1195 &have_class, in CheckIntraClassDataItem() [all …]
|