Searched refs:counterMaps (Results 1 – 1 of 1) sorted by relevance
50 static CounterMaps& counterMaps() in counterMaps() function299 if (CounterMap* nodeMap = counterMaps().get(&object)) { in makeCounterNode()317 nodeMap = counterMaps().get(&object); in makeCounterNode()320 counterMaps().set(&object, adoptPtr(nodeMap)); in makeCounterNode()328 CounterMaps& maps = counterMaps(); in makeCounterNode()437 ASSERT(counterMaps().get(&child->owner())->get(identifier) == child); in destroyCounterNodeWithoutMapRemoval()438 counterMaps().get(&child->owner())->remove(identifier); in destroyCounterNodeWithoutMapRemoval()446 CounterMaps& maps = counterMaps(); in destroyCounterNodes()461 CounterMap* map = counterMaps().get(&owner); in destroyCounterNode()510 CounterMap* counterMap = counterMaps().get(&renderer); in updateCounters()[all …]