Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1221 …inline TaggedObject *AllocateMachineCodeObject(JSHClass *hclass, size_t size, MachineCodeDesc *des…
Dheap-inl.h579 TaggedObject *Heap::AllocateMachineCodeObject(JSHClass *hclass, size_t size, MachineCodeDesc *desc) in AllocateMachineCodeObject() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4335 TaggedObject *obj = heap_->AllocateMachineCodeObject( in NewMachineCodeObject()
4345 TaggedObject *obj = heap_->AllocateMachineCodeObject( in NewMachineCodeObject()