Searched defs:SplayTreeConfig (Results 1 – 2 of 2) sorted by relevance
185 struct SplayTreeConfig { struct192 typedef ZoneSplayTree<SplayTreeConfig> Mapping; argument
1972 struct SplayTreeConfig { struct1973 typedef AddressRange Key;1974 typedef JITCodeEntry* Value;1975 static const AddressRange kNoKey;1976 static Value NoValue() { return NULL; } in NoValue()1977 static int Compare(const AddressRange& a, const AddressRange& b) { in Compare()