Home
last modified time | relevance | path

Searched refs:AllocateReadOnlyOrHugeObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dread_only_space_test.cpp103 heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()
114 auto *object = heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()
140 auto *object = heap->AllocateReadOnlyOrHugeObject( in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h201 TaggedObject *Heap::AllocateReadOnlyOrHugeObject(JSHClass *hclass) in AllocateReadOnlyOrHugeObject() function
204 return AllocateReadOnlyOrHugeObject(hclass, size); in AllocateReadOnlyOrHugeObject()
207 TaggedObject *Heap::AllocateReadOnlyOrHugeObject(JSHClass *hclass, size_t size) in AllocateReadOnlyOrHugeObject() function
Dheap.h234 inline TaggedObject *AllocateReadOnlyOrHugeObject(JSHClass *hclass);
235 inline TaggedObject *AllocateReadOnlyOrHugeObject(JSHClass *hclass, size_t size);
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp202 … auto *newClass = static_cast<JSHClass *>(heap_->AllocateReadOnlyOrHugeObject(hclass, classSize)); in NewEcmaReadOnlyHClass()
2141 auto header = heap_->AllocateReadOnlyOrHugeObject( in NewEmptyArray()