Searched refs:_marker (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js31 this._marker = marker;
50 return this._marker;
131 this._rects = this._marker.rects;
/macosx-10.10/libauto-186/
H A DZoneCompaction.cpp188 mark_pinned_t _marker; member in class:Auto::CompactionClassifier
203 CompactionClassifier(Zone *zone, mark_pinned_t marker) : _zone(zone), _marker(marker) { bzero(_kindCounts, sizeof(_kindCounts)); }
205 inline void mark_pinned(void **slot, Subzone *subzone, usword_t q, ReferenceKind kind) { _marker(slot, subzone, q, kind); }

Completed in 77 milliseconds