Searched refs:DumpState (Results 1 – 10 of 10) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | bookkeeping_dump.h | 39 class DumpState { 41 DumpState( in DumpState() function 54 DumpState(const DumpState&) = delete; 55 DumpState& operator=(const DumpState&) = delete; 56 DumpState(DumpState&&) = delete; 57 DumpState& operator=(DumpState&&) = delete;
|
D | bookkeeping_dump.cc | 30 void DumpState::WriteMap(const Interned<Mapping> map) { in WriteMap() 34 void DumpState::WriteFrame(Interned<Frame> frame) { in WriteFrame() 38 void DumpState::WriteBuildIDString(const Interned<std::string>& str) { in WriteBuildIDString() 42 void DumpState::WriteMappingPathString(const Interned<std::string>& str) { in WriteMappingPathString() 46 void DumpState::WriteFunctionNameString(const Interned<std::string>& str) { in WriteFunctionNameString() 50 void DumpState::WriteAllocation(const HeapTracker::CallstackAllocations& alloc, in WriteAllocation() 71 void DumpState::DumpCallstacks(GlobalCallstackTrie* callsites) { in DumpCallstacks() 88 ProfilePacket::ProcessHeapSamples* DumpState::GetCurrentProcessHeapSamples() { in GetCurrentProcessHeapSamples() 104 protos::pbzero::InternedData* DumpState::GetCurrentInternedData() { in GetCurrentInternedData()
|
D | heapprofd_producer.cc | 736 DumpState dump_state(data_source->trace_writer.get(), in DumpProcessState()
|
/external/lua/src/ |
D | ldump.c | 28 } DumpState; typedef 40 static void dumpBlock (DumpState *D, const void *b, size_t size) { in dumpBlock() 52 static void dumpByte (DumpState *D, int y) { in dumpByte() 61 static void dumpSize (DumpState *D, size_t x) { in dumpSize() 73 static void dumpInt (DumpState *D, int x) { in dumpInt() 78 static void dumpNumber (DumpState *D, lua_Number x) { in dumpNumber() 83 static void dumpInteger (DumpState *D, lua_Integer x) { in dumpInteger() 88 static void dumpString (DumpState *D, const TString *s) { in dumpString() 100 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode() 106 static void dumpFunction(DumpState *D, const Proto *f, TString *psource); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 227 static std::string DumpState(State* state); 509 std::string DFA::DumpState(State* state) { in DumpState() function in re2::DFA 743 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str()); in CachedState() 774 fprintf(stderr, " -> %s\n", DumpState(s).c_str()); in CachedState() 1345 fprintf(stderr, "@stx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop() 1351 fprintf(stderr, "match @stx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop() 1368 fprintf(stderr, "@%td: %s\n", p - bp, DumpState(s).c_str()); in InlinedSearchLoop() 1468 fprintf(stderr, "match @%td! [%s]\n", lastmatch - bp, DumpState(s).c_str()); in InlinedSearchLoop() 1487 fprintf(stderr, "@etx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop() 1535 fprintf(stderr, "match @etx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | simple_propagator_state.h | 137 void DumpState();
|
D | simple_propagator_state.cc | 106 void SimplePropagatorState::DumpState() { in DumpState() function in tensorflow::SimplePropagatorState
|
D | propagator_state.h | 454 void DumpState();
|
D | propagator_state.cc | 219 void PropagatorState::DumpState() { in DumpState() function in tensorflow::PropagatorState
|
D | executor.cc | 1238 propagator_.DumpState(); in Finish()
|