Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 117) sorted by relevance

12345

/external/webkit/JavaScriptCore/runtime/
DJSCell.h91 bool marked() const;
153 inline bool JSCell::marked() const in marked() function
165 ASSERT(marked()); in markChildren()
236 ASSERT(!marked()); in markDirect()
242 ASSERT(marked()); in markChildren()
246 inline bool JSValue::marked() const in marked() function
248 return !isCell() || asCell()->marked(); in marked()
376 if (cell->marked()) in append()
401 ASSERT(current->marked()); in drain()
DGetterSetter.cpp35 if (m_getter && !m_getter->marked()) in markChildren()
37 if (m_setter && !m_setter->marked()) in markChildren()
DCollector.h227 CollectorBitmap marked;
237 CollectorBitmap marked;
277 return cellBlock(cell)->marked.get(cellOffset(cell));
282 cellBlock(cell)->marked.set(cellOffset(cell));
DSmallStrings.cpp87 if (m_emptyString && !m_emptyString->marked()) in mark()
90 if (m_singleCharacterStrings[i] && !m_singleCharacterStrings[i]->marked()) in mark()
DCollector.cpp958 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()
DMarkStack.h49 if (value.marked()) in append()
/external/webkit/JavaScriptCore/interpreter/
DRegister.h58 bool marked() const;
118 ALWAYS_INLINE bool Register::marked() const in marked() function
120 return jsValue().marked(); in marked()
/external/bluetooth/glib/po/
Dsq.po315 # (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 …]
/external/bsdiff/
DREADME.android6 Changes in the source are marked with "// android" comments.
/external/iptables/extensions/
Dlibip6t_CONNSECMARK.man10 if the connection is not marked.
Dlibipt_CONNSECMARK.man10 if the connection is not marked.
/external/clearsilver/
DLICENSE3 All files in this release are marked with their license
/external/tesseract/liblept/
Dleptonica-license.txt13 - be plainly marked as such; and (3) this notice may not be removed
Dmorphtemplate2.txt12 - be plainly marked as such; and (3) this notice may not be removed
Dhmttemplate2.txt12 - be plainly marked as such; and (3) this notice may not be removed
/external/tinyxml/
DNOTICE14 2. Altered source versions must be plainly marked as such, and
/external/webkit/WebKitTools/iExploder/
DLICENSE.txt17 # 2. Altered source versions must be plainly marked as such, and must not be
/external/clearsilver/python/examples/trans/
DREADME65 1) Any language string present in an HDF file should be marked
114 HDF, and must be marked with the '[Lang]' attribute.
/external/zlib/
DNOTICE15 2. Altered source versions must be plainly marked as such, and must not be
/external/svox/pico/tests/data/
Dxsampa_pico_man_README.txt18 - the lines used in the test are between the lines marked "BEGIN_TEST" and "END_TEST",
/external/webkit/WebCore/bridge/qt/
Dqt_instance.cpp207 if (m_defaultMethod && !m_defaultMethod->marked()) in mark()
210 if (val && !val->marked()) in mark()
/external/bzip2/
DNOTICE20 3. Altered source versions must be plainly marked as such, and must
DLICENSE20 3. Altered source versions must be plainly marked as such, and must
/external/webkit/WebCore/bridge/objc/
Dobjc_instance.mm243 // Work around problem in some versions of GCC where result gets marked volatile and
294 // Work around problem in some versions of GCC where result gets marked volatile and
351 // Work around problem in some versions of GCC where result gets marked volatile and
/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp197 if (ptr && !ptr->fValue.get().marked()) in JSObjectMark()

12345