Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h94 bool* have_class,
109 bool* have_class,
117 bool* have_class,
Ddex_file_verifier.cc993 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 …]