Home
last modified time | relevance | path

Searched defs:Prune (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/logging/logd/
H A DPruneList.h31 Prune(uid_t uid, pid_t pid) : uid_(uid), pid_(pid) {} in Prune() function
H A DSerializedFlushToState.cpp148 void SerializedFlushToState::Prune(log_id_t log_id) { in Prune() function in SerializedFlushToState
H A DSerializedFlushToStateTest.cpp295 TEST(SerializedFlushToState, Prune) { in TEST() argument
H A DSimpleLogBuffer.cpp275 bool SimpleLogBuffer::Prune(log_id_t id, unsigned long prune_rows, uid_t caller_uid) { in Prune() function in SimpleLogBuffer
H A DSerializedLogBuffer.cpp185 void SerializedLogBuffer::Prune(log_id_t log_id, size_t bytes_to_free) { in Prune() function in SerializedLogBuffer
H A DChattyLogBuffer.cpp332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune() function in ChattyLogBuffer
/aosp12/art/compiler/optimizing/
H A Dexecution_subgraph.cc76 void ExecutionSubgraph::Prune() { in Prune() function in art::ExecutionSubgraph
/aosp12/frameworks/base/tools/aapt2/
H A DStringPool.cpp273 void StringPool::Prune() { in Prune() function in aapt::StringPool
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1067 size_t Prune() REQUIRES_SHARED(Locks::mutator_lock_) { in Prune() function in art::linker::ImageWriter::PruneClassesVisitor