Home
last modified time | relevance | path

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

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