• Home
  • Raw
  • Download

Lines Matching refs:field_id

3281     const dex::FieldId& field_id = dex_file.GetFieldId(field_idx);  in SizeOfClassWithoutEmbeddedTables()  local
3282 const char* descriptor = dex_file.GetFieldTypeDescriptor(field_id); in SizeOfClassWithoutEmbeddedTables()
9245 const dex::FieldId& field_id = dex_file.GetFieldId(field_idx); in LookupResolvedField() local
9246 ObjPtr<mirror::Class> klass = dex_cache->GetResolvedType(field_id.class_idx_); in LookupResolvedField()
9248 klass = LookupResolvedType(field_id.class_idx_, dex_cache, class_loader); in LookupResolvedField()
9271 const dex::FieldId& field_id = dex_file.GetFieldId(field_idx); in ResolveField() local
9272 ObjPtr<mirror::Class> klass = ResolveType(field_id.class_idx_, dex_cache, class_loader); in ResolveField()
9280 const char* name = dex_file.GetFieldName(field_id); in ResolveField()
9281 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in ResolveField()
9297 const dex::FieldId& field_id = dex_file.GetFieldId(field_idx); in ResolveFieldJLS() local
9298 ObjPtr<mirror::Class> klass = ResolveType(field_id.class_idx_, dex_cache, class_loader); in ResolveFieldJLS()
9306 const char* name = dex_file.GetFieldName(field_id); in ResolveFieldJLS()
9307 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in ResolveFieldJLS()
9326 const dex::FieldId& field_id = dex_file.GetFieldId(field_idx); in FindResolvedField() local
9327 const char* name = dex_file.GetFieldName(field_id); in FindResolvedField()
9328 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in FindResolvedField()
9354 const dex::FieldId& field_id = dex_file.GetFieldId(field_idx); in FindResolvedFieldJLS() local
9356 const char* name = dex_file.GetFieldName(field_id); in FindResolvedFieldJLS()
9357 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in FindResolvedFieldJLS()