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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitorInlines.h42 internalAppend(value);
51 internalAppend(cell);
57 internalAppend(*slot);
63 internalAppend(*slot);
69 internalAppend(*slot);
77 internalAppend(weak->get());
80 ALWAYS_INLINE void SlotVisitor::internalAppend(JSValue value) function in class:JSC::SlotVisitor
84 internalAppend(value.asCell());
H A DSlotVisitor.h110 void internalAppend(JSCell*);
111 void internalAppend(JSValue);
112 void internalAppend(JSValue*);
H A DSlotVisitor.cpp68 internalAppend(roots[i]);
282 ALWAYS_INLINE void SlotVisitor::internalAppend(JSValue* slot) function in class:JSC::SlotVisitor
284 // This internalAppend is only intended for visits to object and array backing stores.
319 internalAppend(cell);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITWriteBarrier.h140 internalAppend(slot->get());
/macosx-10.9.5/ICU-511.35/icuSources/tools/gendraft/
H A Dgenheaders.pl45 $internalAppend = "INTERNAL_API_DO_NOT_USE";
91 writeFile($internalFile, $internalHeaderName, $destDir, $internalAppend, $internalDefine, \%exclude);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureInlines.h86 ALWAYS_INLINE void SlotVisitor::internalAppend(JSCell* cell) function in class:JSC::SlotVisitor
H A DWriteBarrier.h234 internalAppend(*slot->slot());

Completed in 117 milliseconds