Searched refs:AllocateMachineCodeObject (Results 1 – 3 of 3) sorted by relevance
303 TaggedObject *Heap::AllocateMachineCodeObject(JSHClass *hclass, size_t size) in AllocateMachineCodeObject() function
325 inline TaggedObject *AllocateMachineCodeObject(JSHClass *hclass, size_t size);
3697 TaggedObject *obj = heap_->AllocateMachineCodeObject(JSHClass::Cast( in NewMachineCodeObject()