Lines Matching defs:dex_file
21 #include "dex_file.h"
108 const DexFile& dex_file = GetDexFile();
109 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_);
110 return dex_file.GetTypeDescriptor(type_id);
186 const DexFile& dex_file = GetDexFile();
189 return dex_file.GetSourceFile(*dex_class_def);
273 const DexFile& dex_file = GetDexFile();
274 return dex_file.GetFieldName(dex_file.GetFieldId(field_index));
284 const DexFile& dex_file = GetDexFile();
285 const DexFile::FieldId& field_id = dex_file.GetFieldId(field_index);
299 const DexFile& dex_file = GetDexFile();
300 const DexFile::FieldId& field_id = dex_file.GetFieldId(field_index);
301 return dex_file.GetFieldTypeDescriptor(field_id);
328 const DexFile& dex_file = GetDexFile();
329 const DexFile::FieldId& field_id = dex_file.GetFieldId(field_index);
330 return dex_file.GetFieldDeclaringClassDescriptor(field_id);
418 const DexFile& dex_file = GetDexFile();
421 return dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));
439 const DexFile& dex_file = GetDexFile();
441 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
442 return GetClassLinker()->ResolveString(dex_file, method_id.name_idx_, GetDexCache());
448 const DexFile& dex_file = GetDexFile();
449 result = dex_file.GetMethodShorty(dex_file.GetMethodId(method_->GetDexMethodIndex()),
464 const DexFile& dex_file = GetDexFile();
467 return dex_file.GetMethodSignature(dex_file.GetMethodId(dex_method_idx));
474 const DexFile& dex_file = GetDexFile();
475 return dex_file.GetMethodPrototype(dex_file.GetMethodId(method_->GetDexMethodIndex()));
484 const DexFile& dex_file = GetDexFile();
485 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
486 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id);
492 const DexFile& dex_file = GetDexFile();
493 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
494 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id);
496 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(return_type_idx));
503 const DexFile& dex_file = GetDexFile();
504 return dex_file.GetLineNumFromPC(method_, dex_pc);
509 const DexFile& dex_file = GetDexFile();
512 return dex_file.GetMethodDeclaringClassDescriptor(dex_file.GetMethodId(dex_method_idx));
573 const DexFile& dex_file = GetDexFile();
574 const DexFile::MethodId& mid = dex_file.GetMethodId(method_->GetDexMethodIndex());
576 dex_file.GetMethodId(other->method_->GetDexMethodIndex());
606 const DexFile& dex_file = GetDexFile();
607 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(type_idx));