Searched refs:dex_field (Results 1 – 1 of 1) sorted by relevance
802 auto& dex_field = FieldIds()[index]; in ParseFieldDecl() local805 ir_field->name = GetString(dex_field.name_idx); in ParseFieldDecl()806 ir_field->type = GetType(dex_field.type_idx); in ParseFieldDecl()807 ir_field->parent = GetType(dex_field.class_idx); in ParseFieldDecl()