OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_count_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/profiler/
allocation-tracker.h
37
unsigned allocation_count() const { return
allocation_count_
; }
47
unsigned
allocation_count_
;
member in class:v8::internal::AllocationTraceNode
allocation-tracker.cc
19
allocation_count_
(0),
52
++
allocation_count_
;
57
base::OS::Print("%10u %10u %*c", total_size_,
allocation_count_
, indent, ' ');
Completed in 746 milliseconds