AllocateAccessorPair  148 src/factory.cc                      isolate()->heap()->AllocateAccessorPair(),
AllocateAccessorPair  644 src/heap.h       MUST_USE_RESULT MaybeObject* AllocateAccessorPair();
AllocateAccessorPair 4224 src/objects.cc   { MaybeObject* maybe_accessors = GetHeap()->AllocateAccessorPair();
AllocateAccessorPair 4248 src/objects.cc   return GetHeap()->AllocateAccessorPair();
AllocateAccessorPair 4499 src/objects.cc     maybe_accessors = GetHeap()->AllocateAccessorPair();
AllocateAccessorPair 5874 src/objects.cc   MaybeObject* maybe_copy = heap->AllocateAccessorPair();