Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc534 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId() argument
538 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
569 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() argument
573 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
Ddex_file.h577 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
617 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,