Home
last modified time | relevance | path

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

/external/v8/src/third_party/vtune/
Dvtune-jit.cc130 typedef hash_map<void*, void*> JitInfoMap; typedef
132 typedef hash_map<void*, void*, HashForCodeObject, SameCodeObjects> JitInfoMap; typedef
135 static JitInfoMap* GetEntries() { in GetEntries()
136 static JitInfoMap* entries; in GetEntries()
138 entries = new JitInfoMap(); in GetEntries()
206 JitInfoMap::iterator entry = in event_handler()