Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp48 typedef HashMap<ProfileNode*, JSObject*> ProfileNodeMap; typedef
50 static ProfileNodeMap& profileNodeCache() in profileNodeCache()
52 DEFINE_STATIC_LOCAL(ProfileNodeMap, staticProfileNodes, ()); in profileNodeCache()