Searched refs:marked (Results 1 – 25 of 117) sorted by relevance
12345
91 bool marked() const;153 inline bool JSCell::marked() const in marked() function165 ASSERT(marked()); in markChildren()236 ASSERT(!marked()); in markDirect()242 ASSERT(marked()); in markChildren()246 inline bool JSValue::marked() const in marked() function248 return !isCell() || asCell()->marked(); in marked()376 if (cell->marked()) in append()401 ASSERT(current->marked()); in drain()
35 if (m_getter && !m_getter->marked()) in markChildren()37 if (m_setter && !m_setter->marked()) in markChildren()
227 CollectorBitmap marked;237 CollectorBitmap marked;277 return cellBlock(cell)->marked.get(cellOffset(cell));282 cellBlock(cell)->marked.set(cellOffset(cell));
87 if (m_emptyString && !m_emptyString->marked()) in mark()90 if (m_singleCharacterStrings[i] && !m_singleCharacterStrings[i]->marked()) in mark()
958 if (!val->marked()) { in markProtectedObjects()988 if (!curBlock->marked.get(i >> HeapConstants<heapType>::bitmapShift)) { in sweep()1018 if (!curBlock->marked.get(i >> HeapConstants<heapType>::bitmapShift)) { in sweep()1037 curBlock->marked.clearAll(); in sweep()1090 if (m_globalData->exception && !m_globalData->exception.marked()) in collect()
49 if (value.marked()) in append()
58 bool marked() const;118 ALWAYS_INLINE bool Register::marked() const in marked() function120 return jsValue().marked(); in marked()
315 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.636 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.643 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.659 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.667 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.674 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.749 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.1252 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.1351 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.1405 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.[all …]
6 Changes in the source are marked with "// android" comments.
10 if the connection is not marked.
3 All files in this release are marked with their license
13 - be plainly marked as such; and (3) this notice may not be removed
12 - be plainly marked as such; and (3) this notice may not be removed
14 2. Altered source versions must be plainly marked as such, and
17 # 2. Altered source versions must be plainly marked as such, and must not be
65 1) Any language string present in an HDF file should be marked114 HDF, and must be marked with the '[Lang]' attribute.
15 2. Altered source versions must be plainly marked as such, and must not be
18 - the lines used in the test are between the lines marked "BEGIN_TEST" and "END_TEST",
207 if (m_defaultMethod && !m_defaultMethod->marked()) in mark()210 if (val && !val->marked()) in mark()
20 3. Altered source versions must be plainly marked as such, and must
243 // Work around problem in some versions of GCC where result gets marked volatile and294 // Work around problem in some versions of GCC where result gets marked volatile and351 // Work around problem in some versions of GCC where result gets marked volatile and
197 if (ptr && !ptr->fValue.get().marked()) in JSObjectMark()