Home
last modified time | relevance | path

Searched refs:ReportSample (Results 1 – 3 of 3) sorted by relevance

/art/runtime/javaheapprof/
Djavaheapsampler.h55 void ReportSample(art::mirror::Object* obj, size_t allocation_size);
Djavaheapsampler.cc64 void HeapSampler::ReportSample(art::mirror::Object* obj, size_t allocation_size) { in ReportSample() function in art::HeapSampler
/art/runtime/gc/
Dheap.cc4198 prof_heap_sampler.ReportSample(obj, alloc_size); in JHPCheckNonTlabSampleAllocation()
4421 GetHeapSampler().ReportSample(ret, alloc_size); in AllocWithNewTLAB()