Home
last modified time | relevance | path

Searched refs:NewSpaceBySnapshotAllocator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h495 uintptr_t NewSpaceBySnapshotAllocator(size_t size);
Dobject_factory.cpp3199 uintptr_t ObjectFactory::NewSpaceBySnapshotAllocator(size_t size) in NewSpaceBySnapshotAllocator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1771 uintptr_t snapshotObj = factory->NewSpaceBySnapshotAllocator(sizeof(uint64_t)); in SerializePandaFileMethod()
1782 uintptr_t methodObj = factory->NewSpaceBySnapshotAllocator(methodObjSize); in SerializePandaFileMethod()