Lines Matching refs:key2
81 INLINE(static bool StringsMatch(void* key1, void* key2)) {
83 reinterpret_cast<char*>(key2)) == 0;
335 INLINE(static bool UidsMatch(void* key1, void* key2)) {
336 return key1 == key2;
730 static bool AddressesMatch(void* key1, void* key2) {
731 return key1 == key2;
771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) {
772 return key1 == key2;
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
842 return key1 == key2;
1046 static bool RetainedInfosMatch(void* key1, void* key2) {
1047 return key1 == key2 ||
1049 reinterpret_cast<v8::RetainedObjectInfo*>(key2));
1051 INLINE(static bool StringsMatch(void* key1, void* key2)) {
1053 reinterpret_cast<char*>(key2)) == 0;
1125 INLINE(static bool ObjectsMatch(void* key1, void* key2)) {
1126 return key1 == key2;