OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContextSnapshot
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.h
53
static AllocationContext
GetContextSnapshot
();
heap_profiler_allocation_context_tracker_unittest.cc
27
// in |AllocationContextTracker::
GetContextSnapshot
|.
30
AllocationContext ctx = AllocationContextTracker::
GetContextSnapshot
();
49
AllocationContext ctx = AllocationContextTracker::
GetContextSnapshot
();
70
// Also check that |
GetContextSnapshot
| fills the backtrace with null pointers
210
AllocationContext ctx = AllocationContextTracker::
GetContextSnapshot
();
218
AllocationContext ctx = AllocationContextTracker::
GetContextSnapshot
();
heap_profiler_allocation_context_tracker.cc
89
AllocationContext AllocationContextTracker::
GetContextSnapshot
() {
Completed in 848 milliseconds