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

  /external/v8/src/heap/
stress-marking-observer.h 13 class StressMarkingObserver : public AllocationObserver {
stress-marking-observer.cc 12 : AllocationObserver(64), heap_(heap) {}
stress-scavenge-observer.h 13 class StressScavengeObserver : public AllocationObserver {
stress-scavenge-observer.cc 17 : AllocationObserver(64),
incremental-marking.h 260 class Observer : public AllocationObserver {
263 : AllocationObserver(step_size),
heap.h 167 class AllocationObserver;
    [all...]
spaces.h 38 class AllocationObserver;
    [all...]
spaces.cc     [all...]
heap.cc 124 class IdleScavengeObserver : public AllocationObserver {
127 : AllocationObserver(step_size), heap_(heap) {}
744 AllocationObserver* observer, AllocationObserver* new_space_observer) {
758 AllocationObserver* observer, AllocationObserver* new_space_observer) {
    [all...]
  /external/v8/src/profiler/
sampling-heap-profiler.h 159 class SamplingAllocationObserver : public AllocationObserver {
164 : AllocationObserver(step_size),

Completed in 144 milliseconds