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

  /external/v8/src/profiler/
sampling-heap-profiler.h 156 class SamplingAllocationObserver : public AllocationObserver {
161 : AllocationObserver(step_size),
  /external/v8/src/heap/
incremental-marking.h 221 class Observer : public AllocationObserver {
224 : AllocationObserver(step_size),
heap.h 309 class AllocationObserver;
    [all...]
spaces.h 25 class AllocationObserver;
    [all...]
spaces.cc     [all...]
heap.cc 57 class IdleScavengeObserver : public AllocationObserver {
60 : AllocationObserver(step_size), heap_(heap) {}
    [all...]
  /external/v8/test/cctest/heap/
test-spaces.cc 548 class Observer : public AllocationObserver {
551 : AllocationObserver(step_size), count_(0) {}
630 UNINITIALIZED_TEST(AllocationObserver) {

Completed in 234 milliseconds