Lines Matching defs:AllocateNonMovableOrHugeObject
366 TaggedObject *Heap::AllocateNonMovableOrHugeObject(JSHClass *hclass)
369 TaggedObject *object = AllocateNonMovableOrHugeObject(hclass, size);
371 LOG_ECMA(FATAL) << "Heap::AllocateNonMovableOrHugeObject:object is nullptr";
379 TaggedObject *Heap::AllocateNonMovableOrHugeObject(JSHClass *hclass, size_t size)
387 CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, nonMovableSpace_, "Heap::AllocateNonMovableOrHugeObject");
787 TaggedObject *SharedHeap::AllocateNonMovableOrHugeObject(JSThread *thread, JSHClass *hclass)
790 return AllocateNonMovableOrHugeObject(thread, hclass, size);
793 TaggedObject *SharedHeap::AllocateNonMovableOrHugeObject(JSThread *thread, JSHClass *hclass, size_t size)
804 "SharedHeap::AllocateNonMovableOrHugeObject");
816 TaggedObject *SharedHeap::AllocateNonMovableOrHugeObject(JSThread *thread, size_t size)
827 "SharedHeap::AllocateNonMovableOrHugeObject");