Searched defs:AllocateOldOrHugeObject (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| H A D | heap-inl.h | 310 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass) in AllocateOldOrHugeObject() function in panda::ecmascript::Heap 316 TaggedObject *Heap::AllocateOldOrHugeObject(size_t size) in AllocateOldOrHugeObject() function in panda::ecmascript::Heap 329 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass, size_t size) in AllocateOldOrHugeObject() function in panda::ecmascript::Heap 836 TaggedObject *SharedHeap::AllocateOldOrHugeObject(JSThread *thread, JSHClass *hclass) in AllocateOldOrHugeObject() function in panda::ecmascript::SharedHeap 842 TaggedObject *SharedHeap::AllocateOldOrHugeObject(JSThread *thread, JSHClass *hclass, size_t size) in AllocateOldOrHugeObject() function in panda::ecmascript::SharedHeap 864 TaggedObject *SharedHeap::AllocateOldOrHugeObject(JSThread *thread, size_t size) AllocateOldOrHugeObject() function in panda::ecmascript::SharedHeap [all...] |
Completed in 4 milliseconds