Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DStructureTransitionTable.h96 if (!isUsingSingleSlot()) in ~StructureTransitionTable()
108 bool isUsingSingleSlot() const in isUsingSingleSlot() function
115 ASSERT(!isUsingSingleSlot()); in map()
121 ASSERT(isUsingSingleSlot()); in slot()
127 ASSERT(isUsingSingleSlot()); in setMap()
135 ASSERT(!isUsingSingleSlot()); in setMap()
140 ASSERT(isUsingSingleSlot()); in singleTransition()
150 ASSERT(isUsingSingleSlot()); in clearSingleTransition()
157 ASSERT(isUsingSingleSlot()); in setSingleTransition()
DStructure.cpp70 if (isUsingSingleSlot()) { in contains()
79 if (isUsingSingleSlot()) { in get()
88 if (isUsingSingleSlot()) { in remove()
107 if (isUsingSingleSlot()) { in add()
/external/webkit/Source/JavaScriptCore/
DChangeLog8103 (JSC::StructureTransitionTable::isUsingSingleSlot):