Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h169 bool SyncWithRecords() const { return sync_option_ == SyncOption::kSyncWithRecords; } in SyncWithRecords()
234 SyncOption sync_option_; variable
DJITDebugReader.cpp211 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
273 if (sync_option_ == SyncOption::kSyncWithRecords) { in FlushDebugInfo()
777 if (sync_option_ == SyncOption::kSyncWithRecords) { in AddDebugInfo()