Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc367 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() argument
371 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
402 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() argument
406 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
Ddex_file.h416 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
469 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
473 const dex::MethodId* FindMethodIdByIndex(dex::TypeIndex declaring_klass,