Home
last modified time | relevance | path

Searched refs:CommitAllocations (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h66 void CommitAllocations(
Dheap_profile_tracker_unittest.cc225 hpt->CommitAllocations(kDefaultSequence, spt.get(), nullptr); in TEST()
331 hpt->CommitAllocations(kDefaultSequence, spt.get(), nullptr); in TEST()
Dheap_profile_tracker.cc382 void HeapProfileTracker::CommitAllocations( in CommitAllocations() function in perfetto::trace_processor::HeapProfileTracker
396 CommitAllocations(seq_id, sequence_stack_profile_tracker, intern_lookup); in FinalizeProfile()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h198 bool CommitAllocations(lldb::ProcessSP &process_sp);
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp351 CommitAllocations(process_sp); in GetRunnableInfo()
1151 bool IRExecutionUnit::CommitAllocations(lldb::ProcessSP &process_sp) { in CommitAllocations() function in IRExecutionUnit