Home | History | Annotate | Download | only in heap

Lines Matching refs:Observer

800 class Observer : public InlineAllocationObserver {
802 explicit Observer(intptr_t step_size)
827 Observer observer1(128);
830 // The observer should not get notified if we have only allocated less than
835 // The observer should get called when we have allocated exactly 128 bytes.
855 Observer observer2(96);
866 // Callback should stop getting called after an observer is removed.
910 Observer observer1(512);
912 Observer observer2(576);