Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc240 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() argument
244 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
275 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() argument
279 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
Ddex_file.h329 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
369 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,