Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h130 bool FlushDebugInfo(uint64_t timestamp);
DJITDebugReader.cpp313 return FlushDebugInfo(record->Timestamp()); in UpdateRecord()
316 bool JITDebugReader::FlushDebugInfo(uint64_t timestamp) { in FlushDebugInfo() function in simpleperf::JITDebugReader
Dcmd_record.cpp1587 jit_debug_reader_->FlushDebugInfo(r.Timestamp()); in UnwindRecord()