Home
last modified time | relevance | path

Searched refs:canInsert (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h225 bool canInsert();
283 ASSERT(canInsert()); in PropertyTable()
366 if (!canInsert()) { in add()
476 ASSERT(canInsert()); in reinsert()
500 ASSERT(canInsert()); in rehash()
550 inline bool PropertyTable::canInsert() in canInsert() function
/external/clang/lib/ARCMigrate/
DTransformActions.cpp150 bool canInsert(SourceLocation loc);
203 if (!canInsert(act.Loc)) in commitTransaction()
381 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() function in TransformActionsImpl
408 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()
417 if (!canInsert(loc)) in canReplaceText()
/external/webkit/Source/JavaScriptCore/
DChangeLog6970 (JSC::PropertyTable::canInsert):