Lines Matching full:key1
81 INLINE(static bool StringsMatch(void* key1, void* key2)) {
82 return strcmp(reinterpret_cast<char*>(key1),
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 ||
1048 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(
1051 INLINE(static bool StringsMatch(void* key1, void* key2)) {
1052 return strcmp(reinterpret_cast<char*>(key1),
1125 INLINE(static bool ObjectsMatch(void* key1, void* key2)) {
1126 return key1 == key2;