Home
last modified time | relevance | path

Searched refs:dex_file (Results 301 – 304 of 304) sorted by relevance

1...<<111213

/art/runtime/mirror/
Dclass.h1162 dex::TypeIndex FindTypeIndexInOtherDexFile(const DexFile& dex_file)
/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc1405 const DexFile& dex_file = load_string->GetDexFile(); in GetConstString() local
1406 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
Dintrinsics_arm64.cc1328 const DexFile& dex_file = load_string->GetDexFile(); in GetConstString() local
1329 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
/art/runtime/
Dthread.cc2003 const DexFile* dex_file = dex_cache->GetDexFile(); in StartMethod() local
2004 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc(false)); in StartMethod()

1...<<111213