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