Searched refs:JitInfoMap (Results 1 – 1 of 1) sorted by relevance
130 typedef hash_map<void*, void*> JitInfoMap; typedef132 typedef hash_map<void*, void*, HashForCodeObject, SameCodeObjects> JitInfoMap; typedef135 static JitInfoMap* GetEntries() { in GetEntries()136 static JitInfoMap* entries; in GetEntries()138 entries = new JitInfoMap(); in GetEntries()206 JitInfoMap::iterator entry = in event_handler()