Searched defs:dex_method_index (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmethod_reference.h28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) {
31 uint32_t dex_method_index; member in struct:art::MethodReference
37 return mr1.dex_method_index < mr2.dex_method_index;
H A Dclass_linker.cc2592 const DexFile& dex_file, uint32_t dex_method_index,
2591 LinkCode(Handle<mirror::ArtMethod> method, const OatFile::OatClass* oat_class, const DexFile& dex_file, uint32_t dex_method_index, uint32_t method_index) argument

Completed in 192 milliseconds