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

/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h147 virtual void adjustAndMark(Visitor*) const {} \
217 virtual void adjustAndMark(Visitor*) const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h524 // Before doing adjustAndMark we need to check if the page is orphaned
525 // since we cannot call adjustAndMark if so, as there will be no vtable.
532 self->adjustAndMark(visitor);
582 // dispatch adjustAndMark dynamically to find collect addr of the object header.
588 virtual void adjustAndMark(Visitor*) const { }; function in class:blink::GarbageCollectedMixin
595 virtual void adjustAndMark(blink::Visitor* visitor) const OVERRIDE \
H A DHandle.h49 // has adjustAndMark and isAlive. We can't check directly if the class is a
59 template<typename U> static TrueType hasAdjustAndMark(char[&U::adjustAndMark != 0]);
63 template<typename U> static TrueType hasAdjustAndMark(F<sizeof(&U::adjustAndMark)>*);

Completed in 2446 milliseconds