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

  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.cpp 68 asObject(cell)->markChildrenDirect(*this);
79 asArray(cell)->markChildrenDirect(*this);
  /external/webkit/Source/JavaScriptCore/runtime/
JSArray.h 131 inline void markChildrenDirect(MarkStack& markStack);
188 inline void JSArray::markChildrenDirect(MarkStack& markStack)
190 JSObject::markChildrenDirect(markStack);
JSObject.h 83 ALWAYS_INLINE void markChildrenDirect(MarkStack& markStack);
    [all...]
JSObject.cpp 78 markChildrenDirect(markStack);
JSArray.cpp 862 markChildrenDirect(markStack);
    [all...]

Completed in 433 milliseconds