Searched refs:DSO_DEX_FILE (Results 1 – 12 of 12) sorted by relevance
/system/extras/simpleperf/ |
D | record_file.proto | 56 DexFile dex_file = 5; // Only when type = DSO_DEX_FILE
|
D | dso.cpp | 426 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()
|
D | dso_test.cpp | 162 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()
|
D | record_file_test.cpp | 200 files[0].type = DSO_DEX_FILE; in TEST_F() 251 if (file.type == DSO_DEX_FILE) { in TEST_F()
|
D | record_file_writer.cpp | 334 if (!dso->HasDumpId() && dso->type() != DSO_DEX_FILE) { in WriteFileFeatures() 385 if (file.type == DSO_DEX_FILE) { in WriteFileFeature()
|
D | dso.h | 106 DSO_DEX_FILE, // For files containing dex files, like .vdex files. enumerator
|
D | report_utils.cpp | 256 if (dso->type() == DSO_DEX_FILE) { in CollectJavaMethods() 407 if (dso->type() == DSO_DEX_FILE) { in Build()
|
D | report_utils_test.cpp | 99 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()
|
D | record_file_reader.cpp | 623 if (file.type == DSO_DEX_FILE) { in ReadFileV1Feature() 663 if (file.type == DSO_DEX_FILE) { in ReadFileV2Feature()
|
D | thread_tree.cpp | 385 Dso* dso = FindUserDsoOrNew(file_path, 0, DSO_DEX_FILE); in AddDexFileOffset()
|
D | cmd_dumprecord.cpp | 539 if (file.type == DSO_DEX_FILE) { in DumpFeatureSection()
|
D | cmd_record.cpp | 1693 Dso* dso = thread_tree_.FindUserDsoOrNew(info.file_path, 0, DSO_DEX_FILE); in ProcessJITDebugInfo()
|