HomeSort by relevance Sort by last modified time
    Searched refs:is_tracking_allocations (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
heap-profiler.h 62 bool is_tracking_allocations() const { function in class:v8::internal::HeapProfiler
heap-profiler.cc 96 DCHECK(!is_tracking_allocations());
111 if (is_tracking_allocations()) {
194 if (!is_tracking_allocations()) is_tracking_object_moves_ = false;
  /external/v8/src/heap/
heap-inl.h 226 if (profiler->is_tracking_allocations()) {
heap.cc     [all...]

Completed in 405 milliseconds