Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc247 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() argument
251 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
282 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() argument
286 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
H A Ddex_file.h333 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
380 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
384 const dex::MethodId* FindMethodIdByIndex(dex::TypeIndex declaring_klass,