Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h46 return reinterpret_cast<EcmaString *>(heap_->AllocateOldOrHugeObject( in AllocOldSpaceLineStringObject()
129 return heap_->AllocateOldOrHugeObject(cls, size); in AllocObjectWithSpaceType()
Dobject_factory.cpp1596 header = heap_->AllocateOldOrHugeObject( in NewMethod()
2172 header = heap_->AllocateOldOrHugeObject(arrayClass, size); in NewTaggedArray()
2231 header = heap_->AllocateOldOrHugeObject(arrayClass, size); in NewTaggedArrayWithoutInit()
2475 auto header = heap_->AllocateOldOrHugeObject( in NewConstantPool()
3375 auto header = heap_->AllocateOldOrHugeObject(arrayClass, size); in NewTSTypeTable()
4013 TaggedObject *header = heap_->AllocateOldOrHugeObject(*hclass); in NewOldSpaceObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h182 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass) in AllocateOldOrHugeObject() function
185 return AllocateOldOrHugeObject(hclass, size); in AllocateOldOrHugeObject()
188 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass, size_t size) in AllocateOldOrHugeObject() function
Dheap.h240 inline TaggedObject *AllocateOldOrHugeObject(JSHClass *hclass);
241 inline TaggedObject *AllocateOldOrHugeObject(JSHClass *hclass, size_t size);