Home | History | Annotate | Download | only in runtime

Lines Matching refs:field_idx

308 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type) {
309 if (field_idx >= dex_file.NumFieldIds()) {
310 return StringPrintf("<<invalid-field-idx-%d>>", field_idx);
312 const DexFile::FieldId& field_id = dex_file.GetFieldId(field_idx);