Searched refs:AllocateReadOnlyOrHugeObject (Results 1 – 4 of 4) sorted by relevance
103 heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()114 auto *object = heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()140 auto *object = heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()
201 TaggedObject *Heap::AllocateReadOnlyOrHugeObject(JSHClass *hclass) in AllocateReadOnlyOrHugeObject() function204 return AllocateReadOnlyOrHugeObject(hclass, size); in AllocateReadOnlyOrHugeObject()207 TaggedObject *Heap::AllocateReadOnlyOrHugeObject(JSHClass *hclass, size_t size) in AllocateReadOnlyOrHugeObject() function
234 inline TaggedObject *AllocateReadOnlyOrHugeObject(JSHClass *hclass);235 inline TaggedObject *AllocateReadOnlyOrHugeObject(JSHClass *hclass, size_t size);
202 … auto *newClass = static_cast<JSHClass *>(heap_->AllocateReadOnlyOrHugeObject(hclass, classSize)); in NewEcmaReadOnlyHClass()2141 auto header = heap_->AllocateReadOnlyOrHugeObject( in NewEmptyArray()