Home
last modified time | relevance | path

Searched refs:emptyEntryIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStructure.h148 static const unsigned emptyEntryIndex = 0; variable
198 if (entryIndex == emptyEntryIndex) in get()
218 if (entryIndex == emptyEntryIndex) in get()
DStructure.cpp626 if (entryIndex == emptyEntryIndex) in get()
648 if (entryIndex == emptyEntryIndex) in get()
683 if (entryIndex == emptyEntryIndex) in put()
770 if (entryIndex == emptyEntryIndex) in remove()
830 if (entryIndex == emptyEntryIndex) in insertIntoPropertyMapHashTable()
1005 if (entryIndex == emptyEntryIndex) in checkConsistency()
1034 ASSERT(entryIndex != emptyEntryIndex); in checkConsistency()