Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/debug/
H A Delf_debug_info_writer.h152 const dex::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write() local
153 const dex::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method); in Write()
155 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
181 WriteName(dex->GetMethodName(dex_method)); in Write()
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc871 auto& dex_method = MethodIds()[index]; in ParseMethodDecl() local
874 ir_method->name = GetString(dex_method.name_idx); in ParseMethodDecl()
875 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()
876 ir_method->parent = GetType(dex_method.class_idx); in ParseMethodDecl()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc775 for (ClassAccessor::Method dex_method : accessor.GetVirtualMethods()) { in GetQuickOatCode() local
777 if (dex_method.GetIndex() == m->GetDexMethodIndex()) { in GetQuickOatCode()