Home
last modified time | relevance | path

Searched refs:DSO_DEX_FILE (Results 1 – 12 of 12) sorted by relevance

/system/extras/simpleperf/
Drecord_file.proto56 DexFile dex_file = 5; // Only when type = DSO_DEX_FILE
Ddso.cpp426 if (type_ == DSO_DEX_FILE) { in IsForJavaMethod()
486 DexFileDso(const std::string& path) : Dso(DSO_DEX_FILE, path) {} in DexFileDso()
569 if (type_ == DSO_DEX_FILE) { in GetMinExecutableVaddr()
592 if (type_ == DSO_DEX_FILE) { in IpToVaddrInFile()
614 type_ = DSO_DEX_FILE; in AddDexFileOffset()
970 case DSO_DEX_FILE: in CreateDso()
1016 case DSO_DEX_FILE: in DsoTypeToString()
Ddso_test.cpp162 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
166 ASSERT_EQ(DSO_DEX_FILE, dso->type()); in TEST()
191 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_DEX_FILE, ""); in TEST()
Drecord_file_test.cpp200 files[0].type = DSO_DEX_FILE; in TEST_F()
251 if (file.type == DSO_DEX_FILE) { in TEST_F()
Drecord_file_writer.cpp334 if (!dso->HasDumpId() && dso->type() != DSO_DEX_FILE) { in WriteFileFeatures()
385 if (file.type == DSO_DEX_FILE) { in WriteFileFeature()
Ddso.h106 DSO_DEX_FILE, // For files containing dex files, like .vdex files. enumerator
Dreport_utils.cpp256 if (dso->type() == DSO_DEX_FILE) { in CollectJavaMethods()
407 if (dso->type() == DSO_DEX_FILE) { in Build()
Dreport_utils_test.cpp99 SetSymbols(fake_dex_file_path, DSO_DEX_FILE, in SetUp()
513 SetSymbols(fake_dex_file_path, DSO_DEX_FILE, {Symbol("ctep.v", 0x200, 0x100)}); in TEST_F()
Drecord_file_reader.cpp623 if (file.type == DSO_DEX_FILE) { in ReadFileV1Feature()
663 if (file.type == DSO_DEX_FILE) { in ReadFileV2Feature()
Dthread_tree.cpp385 Dso* dso = FindUserDsoOrNew(file_path, 0, DSO_DEX_FILE); in AddDexFileOffset()
Dcmd_dumprecord.cpp539 if (file.type == DSO_DEX_FILE) { in DumpFeatureSection()
Dcmd_record.cpp1693 Dso* dso = thread_tree_.FindUserDsoOrNew(info.file_path, 0, DSO_DEX_FILE); in ProcessJITDebugInfo()