Searched refs:NegativeEntry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h610 class NegativeEntry : public AddressEntry { class in namespace:blink
612 NegativeEntry() : AddressEntry() { } function in class:blink::NegativeEntry
614 NegativeEntry(Address address, bool) : AddressEntry(address) { } function in class:blink::NegativeEntry
683 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { };

Completed in 286 milliseconds