Searched defs:Flush (Results 1 – 4 of 4) sorted by relevance
/art/compiler/ | ||
D | buffered_output_stream.cc | 43 bool BufferedOutputStream::Flush() { in Flush() function in art::BufferedOutputStream |
/art/runtime/ | ||
D | gc_root.h | 217 void Flush() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Flush() function |
D | debugger.cc | 4543 void Flush() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Flush() function in art::HeapChunkContext |
/art/runtime/base/unix_file/ | ||
D | fd_file.cc | 128 int FdFile::Flush() { in Flush() function in unix_file::FdFile |