Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:size_in_bytes

2955   HConstant* size_in_bytes = Add<HConstant>(base_size);
2956 return Add<HAllocate>(size_in_bytes, HType::JSArray(), NOT_TENURED,
2973 HValue* size_in_bytes) {
2978 return Add<HAllocate>(size_in_bytes, HType::HeapObject(), NOT_TENURED,
3002 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity);
3003 HValue* new_array = BuildAllocateElements(kind, size_in_bytes);
10229 HValue* size_in_bytes = Add<HConstant>(instance_size);
10232 size_in_bytes, HType::JSObject(), JS_OBJECT_TYPE, allocation_mode);