Home
last modified time | relevance | path

Searched defs:objectSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp86 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate()
144 void HugeObjectSpace::InvokeAllocationInspector(Address object, size_t objectSize) in InvokeAllocationInspector()
Dallocation_inspector.cpp75 void AllocationCounter::InvokeAllocationInspector(Address object, size_t objectSize, size_t aligned… in InvokeAllocationInspector()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp202 size_t objectSize = AlignUp(EcmaStringAccessor(str).ObjectSize(), in WriteToFile() local
Dsnapshot_processor.cpp1178 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace()
1829 size_t objectSize = objectHeader->GetClass()->SizeFromJSHClass(objectHeader); in EncodeTaggedObject() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp83 size_t objectSize; in HWTEST_F_L0() local