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

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 147 virtual void adjustAndMark(Visitor*) const {} \
217 virtual void adjustAndMark(Visitor*) const = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 524 // 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 { };
595 virtual void adjustAndMark(blink::Visitor* visitor) const OVERRIDE \
Handle.h 49 // 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)>*);
    [all...]

Completed in 871 milliseconds