Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:size_in_bytes

2723   HConstant* size_in_bytes = Add<HConstant>(base_size);
2725 size_in_bytes, HType::JSArray(), NOT_TENURED, JS_OBJECT_TYPE);
2741 HValue* size_in_bytes) {
2746 return Add<HAllocate>(size_in_bytes, HType::HeapObject(), NOT_TENURED,
2770 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity);
2771 HValue* new_array = BuildAllocateElements(kind, size_in_bytes);
9949 HValue* size_in_bytes = Add<HConstant>(instance_size);
9952 size_in_bytes, HType::JSObject(), JS_OBJECT_TYPE, allocation_mode);