Searched defs:markChildrenDirect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.h131 inline void markChildrenDirect(MarkStack& markStack);
188 inline void JSArray::markChildrenDirect(MarkStack& markStack) function in class:JSC::JSArray
190 JSObject::markChildrenDirect(markStack);
H A DJSObject.h83 ALWAYS_INLINE void markChildrenDirect(MarkStack& markStack);
823 ALWAYS_INLINE void JSObject::markChildrenDirect(MarkStack& markStack) function in class:JSC::JSObject

Completed in 57 milliseconds