Searched refs:counterMaps (Results 1 – 1 of 1) sorted by relevance
49 static CounterMaps& counterMaps() in counterMaps() function298 if (CounterMap* nodeMap = counterMaps().get(&object)) { in makeCounterNode()316 nodeMap = counterMaps().get(&object); in makeCounterNode()319 counterMaps().set(&object, adoptPtr(nodeMap)); in makeCounterNode()327 CounterMaps& maps = counterMaps(); in makeCounterNode()441 ASSERT(counterMaps().get(&child->owner())->get(identifier) == child); in destroyCounterNodeWithoutMapRemoval()442 counterMaps().get(&child->owner())->remove(identifier); in destroyCounterNodeWithoutMapRemoval()450 CounterMaps& maps = counterMaps(); in destroyCounterNodes()465 CounterMap* map = counterMaps().get(&owner); in destroyCounterNode()514 CounterMap* counterMap = counterMaps().get(&renderer); in updateCounters()[all …]