Home | History | Annotate | Download | only in src

Lines Matching refs:HAllocate

1380   HAllocate* BuildAllocate(HValue* object_size,
1752 HAllocate* elements_location() { return elements_location_; }
1754 HAllocate* AllocateEmptyArray();
1755 HAllocate* AllocateArray(HValue* capacity,
1762 HAllocate* AllocateArray(HValue* capacity,
1766 HAllocate* AllocateArray(HValue* capacity,
1792 HAllocate* elements_location_;
1799 HAllocate* AllocateJSArrayObject(AllocationSiteMode mode);
1802 HAllocate* BuildAllocateElements(ElementsKind kind, HValue* size_in_bytes);