HomeSort by relevance Sort by last modified time
    Searched refs:dexfile (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/qtools/
trace_reader.cpp 24 static void CopyDexSymbolsToArray(DexFileList *dexfile,
470 char *dexfile = ExtractDexPathFromMmap(path); local
471 if (dexfile != NULL) {
473 event->path = dexfile;
674 DexFileList *dexfile = ptr->value; local
675 delete[] dexfile->path;
676 int nsymbols = dexfile->nsymbols;
677 DexSym *symbols = dexfile->symbols;
681 delete[] dexfile->symbols;
682 delete dexfile;
935 DexFileList *dexfile = NULL; local
    [all...]
trace_reader.h 246 void PopulateSymbolsFromDexFile(const DexFileList *dexfile,
1278 DexFileList *dexfile = dex_hash_->Find(event->path); local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 293 const art::DexFile::CodeItem* code_item,
299 const art::DexFile& dex_file);
301 const art::DexFile::CodeItem* code_item,
307 const art::DexFile& dex_file);
310 const art::DexFile::CodeItem* code_item,
316 const art::DexFile& dex_file);
319 const art::DexFile::CodeItem* code_item,
325 const art::DexFile& dex_file);
329 const art::DexFile& dex_file);
333 const art::DexFile& dex_file)
1212 const DexFile* dexfile = target_method.dex_file; local
    [all...]

Completed in 210 milliseconds