Home | History | Annotate | Download | only in profiler

Lines Matching defs:SamplingHeapProfiler

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() {
210 v8::AllocationProfile::Node* SamplingHeapProfiler::TranslateAllocationNode(
211 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
260 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() {