Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h277 inline TaggedObject *AllocateMachineCodeObject(JSHClass *hclass, size_t size);
Dheap-inl.h285 TaggedObject *Heap::AllocateMachineCodeObject(JSHClass *hclass, size_t size) in AllocateMachineCodeObject() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3199 TaggedObject *obj = heap_->AllocateMachineCodeObject(JSHClass::Cast( in NewMachineCodeObject()