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