Searched refs:is_tracking_allocations (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/profiler/
H A Dheap-profiler.cc129 DCHECK(!is_tracking_allocations());
147 if (is_tracking_allocations()) {
231 if (!is_tracking_allocations()) is_tracking_object_moves_ = false;
H A Dheap-profiler.h75 bool is_tracking_allocations() const { return !!allocation_tracker_; } function in class:v8::internal::HeapProfiler
/external/v8/src/heap/
H A Dheap-inl.h361 if (profiler->is_tracking_allocations()) {
H A Dheap.cc3307 if (profiler->is_tracking_allocations()) {

Completed in 4829 milliseconds