Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:size_in_bytes

2585   HConstant* size_in_bytes = Add<HConstant>(base_size);
2586 return Add<HAllocate>(size_in_bytes, HType::JSArray(), NOT_TENURED,
2603 HValue* size_in_bytes) {
2608 return Add<HAllocate>(size_in_bytes, HType::HeapObject(), NOT_TENURED,
2632 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity);
2633 HValue* new_array = BuildAllocateElements(kind, size_in_bytes);
9793 HValue* size_in_bytes = Add<HConstant>(instance_size);
9796 size_in_bytes, HType::JSObject(), JS_OBJECT_TYPE, allocation_mode);