Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h167 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write() local
168 const DexFile::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method); in Write()
170 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
196 WriteName(dex->GetMethodName(dex_method)); in Write()