Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc482 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId() argument
486 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
517 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() argument
521 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
Ddex_file.h560 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
600 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,