HomeSort by relevance Sort by last modified time
    Searched defs:SamplingHeapProfiler (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
sampling-heap-profiler.cc 44 v8::AllocationProfile::Allocation SamplingHeapProfiler::ScaleSample(
51 SamplingHeapProfiler::SamplingHeapProfiler(
79 SamplingHeapProfiler::~SamplingHeapProfiler() {
96 void SamplingHeapProfiler::SampleObject(Address soon_object, size_t size) {
118 void SamplingHeapProfiler::OnWeakCallback(
140 SamplingHeapProfiler::AllocationNode*
141 SamplingHeapProfiler::AllocationNode::FindOrAddChildNode(const char* name,
155 SamplingHeapProfiler::AllocationNode* SamplingHeapProfiler::AddStack()
    [all...]
sampling-heap-profiler.h 41 class SamplingHeapProfiler {
43 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
45 ~SamplingHeapProfiler();
56 SamplingHeapProfiler* profiler_)
66 SamplingHeapProfiler* const profiler;
116 friend class SamplingHeapProfiler;
136 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
159 SamplingHeapProfiler* profiler,
180 SamplingHeapProfiler* const profiler_;

Completed in 145 milliseconds