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

  /external/chromium_org/v8/src/
heap-profiler.h 62 bool is_tracking_allocations() const { function in class:v8::internal::HeapProfiler
heap-profiler.cc 96 ASSERT(!is_tracking_allocations());
111 if (is_tracking_allocations()) {
194 if (!is_tracking_allocations()) is_tracking_object_moves_ = false;
heap-inl.h 203 if (profiler->is_tracking_allocations() && allocation.To(&object)) {
227 if (profiler->is_tracking_allocations() && allocation.To(&object)) {
serialize.h 338 if (profiler->is_tracking_allocations()) {
objects.cc     [all...]

Completed in 85 milliseconds