Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_file

23 #include "dex_file-inl.h"
320 const DexFile& dex_file = *dex_cache->GetDexFile();
322 msg << "No method '" << PrettyMethod(method_idx, dex_file, true) << "'";
339 const DexFile& dex_file,
344 << PrettyMethod(method_idx, dex_file, true) << "' on a null object reference";
352 const DexFile& dex_file = *dex_cache->GetDexFile();
354 dex_file, type);
361 const DexFile& dex_file = *dex_cache->GetDexFile();
363 dex_file, type);
496 const DexFile& dex_file =
500 instr->DumpString(&dex_file).c_str()).c_str());