Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc41 #define DEXFILE_SCOPED_TRACE(name) macro
43 #define DEXFILE_SCOPED_TRACE(name) ScopedTrace trace(name)
265 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in OpenOne()
355 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in Open()
479 DEXFILE_SCOPED_TRACE(std::string("Verify dex file ") + location); in OpenCommon()
536 DEXFILE_SCOPED_TRACE(std::string("Extract dex file ") + location); in OpenFromZipEntry()