Searched refs:AllocateOldOrHugeObject (Results 1 – 4 of 4) sorted by relevance
46 return reinterpret_cast<EcmaString *>(heap_->AllocateOldOrHugeObject( in AllocOldSpaceLineStringObject()129 return heap_->AllocateOldOrHugeObject(cls, size); in AllocObjectWithSpaceType()
1596 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()
182 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass) in AllocateOldOrHugeObject() function185 return AllocateOldOrHugeObject(hclass, size); in AllocateOldOrHugeObject()188 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass, size_t size) in AllocateOldOrHugeObject() function
240 inline TaggedObject *AllocateOldOrHugeObject(JSHClass *hclass);241 inline TaggedObject *AllocateOldOrHugeObject(JSHClass *hclass, size_t size);