Lines Matching refs:GetDexFile
377 inline const DexFile* ArtMethod::GetDexFile() {
380 return GetDexCache<kWithoutReadBarrier>()->GetDexFile();
386 return GetDexFile()->GetMethodDeclaringClassDescriptor(GetDexMethodIndex());
392 return GetDexFile()->GetMethodDeclaringClassDescriptorView(GetDexMethodIndex());
402 const DexFile* dex_file = GetDexFile();
408 const DexFile* dex_file = GetDexFile();
416 const DexFile* dex_file = GetDexFile();
426 const DexFile* dex_file = GetDexFile();
436 const DexFile* dex_file = GetDexFile();
444 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex());
450 const DexFile* dex_file = GetDexFile();
466 ? GetDexFile()->GetCodeItem(reinterpret_cast32<uint32_t>(GetDataPtrSize(pointer_size)))
476 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc);
481 const DexFile* dex_file = GetDexFile();
487 const DexFile* dex_file = GetDexFile();
509 return GetDexFile()->GetClassDef(GetClassDefIndex());
520 return GetDexFile()->GetTypeDescriptor(GetReturnTypeIndex());
524 return GetDexFile()->GetTypeDescriptorView(GetReturnTypeIndex());
533 const DexFile* dex_file = GetDexFile();
582 const DexFile* dex_file = GetDexFile();
721 return CodeItemInstructionAccessor(*GetDexFile(), GetCodeItem());
725 return CodeItemDataAccessor(*GetDexFile(), GetCodeItem());
729 return CodeItemDebugInfoAccessor(*GetDexFile(), GetCodeItem(), GetDexMethodIndex());