Home | History | Annotate | Download | only in mirror

Lines Matching refs:dex_file

26 #include "dex_file.h"
422 const DexFile* dex_file = method->GetDexFile();
423 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
428 const DexFile* dex_file = method->GetDexFile();
429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
436 const DexFile* dex_file = method->GetDexFile();
437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
446 const DexFile* dex_file = method->GetDexFile();
447 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
485 const DexFile* dex_file = method->GetDexFile();
486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex()));
491 const DexFile* dex_file = method->GetDexFile();
492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype(
493 dex_file->GetMethodId(method->GetDexMethodIndex()));
494 return dex_file->GetProtoParameters(proto);
512 const DexFile* dex_file = method->GetDexFile();
513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex());
514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
516 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
521 const DexFile* dex_file = method->GetDexFile();
522 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));