Lines Matching refs:Allocate
48 (object) = reinterpret_cast<TaggedObject *>((space)->Allocate(size)); \
57 (object) = reinterpret_cast<TaggedObject *>((space)->Allocate(thread, size)); \
66 (object) = reinterpret_cast<TaggedObject *>((space)->Allocate(size, desc)); \
75 (object) = reinterpret_cast<TaggedObject *>((space)->Allocate(size)); \
236 auto object = reinterpret_cast<TaggedObject *>(edenSpace_->Allocate(size));
241 return reinterpret_cast<TaggedObject *>(activeSemiSpace_->Allocate(size));
300 auto object = reinterpret_cast<TaggedObject *>(activeSemiSpace_->Allocate(size));
323 object = reinterpret_cast<TaggedObject *>(oldSpace_->Allocate(size));
356 object = reinterpret_cast<TaggedObject *>(readOnlySpace_->Allocate(size));
399 auto object = reinterpret_cast<TaggedObject *>(nonMovableSpace_->Allocate(size));
414 auto object = reinterpret_cast<TaggedObject *>(sReadOnlySpace_->Allocate(thread, size));
431 auto *object = reinterpret_cast<TaggedObject *>(hugeObjectSpace_->Allocate(size, thread_));
434 object = reinterpret_cast<TaggedObject *>(hugeObjectSpace_->Allocate(size, thread_));
441 object = reinterpret_cast<TaggedObject *>(hugeObjectSpace_->Allocate(size, thread_));
443 object = reinterpret_cast<TaggedObject *>(hugeObjectSpace_->Allocate(size, thread_));
468 object = reinterpret_cast<TaggedObject *>(hugeMachineCodeSpace_->Allocate(
471 object = reinterpret_cast<TaggedObject *>(hugeMachineCodeSpace_->Allocate(
486 reinterpret_cast<TaggedObject *>(machineCodeSpace_->Allocate(size));
511 reinterpret_cast<TaggedObject *>(machineCodeSpace_->Allocate(size, desc, true));
524 uintptr_t object = snapshotSpace_->Allocate(size);
538 TaggedObject *object = reinterpret_cast<TaggedObject*>(sNonMovableTlab_->Allocate(size));
565 TaggedObject *object = reinterpret_cast<TaggedObject*>(sOldTlab_->Allocate(size));
802 object = reinterpret_cast<TaggedObject *>(sNonMovableSpace_->Allocate(thread, size));
825 object = reinterpret_cast<TaggedObject *>(sNonMovableSpace_->Allocate(thread, size));
919 auto *object = reinterpret_cast<TaggedObject *>(sHugeObjectSpace_->Allocate(thread, size));
922 object = reinterpret_cast<TaggedObject *>(sHugeObjectSpace_->Allocate(thread, size));
929 object = reinterpret_cast<TaggedObject *>(sHugeObjectSpace_->Allocate(thread, size));
951 auto object = reinterpret_cast<TaggedObject *>(sReadOnlySpace_->Allocate(thread, size));
980 object = reinterpret_cast<TaggedObject *>(sNonMovableSpace_->Allocate(thread, size));