Searched defs:CmpKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp41 typedef int32 (*CmpKey)(const void *key1, const void *key2); typedef
52 const CmpKey _cmp; // Key comparison function
59 Dict( CmpKey cmp, Hash hash );
60 Dict( CmpKey cmp, Hash hash, Arena *arena, int size=16 );
82 // must match using CmpKey) and they must have the same values (pointer
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp39 typedef int (*CmpKey)(const void *key1, const void *key2); typedef
51 const CmpKey _cmp; // Key comparison function
58 Dict( CmpKey cmp, Hash hash );
59 Dict( CmpKey cmp, Hash hash, Arena *arena );
82 // must match using CmpKey) and they must have the same values (pointer

Completed in 30 milliseconds