Searched defs:SplayTreeConfig (Results 1 – 1 of 1) sorted by relevance
1942 struct SplayTreeConfig { struct1943 typedef AddressRange Key;1944 typedef JITCodeEntry* Value;1945 static const AddressRange kNoKey;1946 static Value NoValue() { return nullptr; } in NoValue()1947 static int Compare(const AddressRange& a, const AddressRange& b) { in Compare()