Home | History | Annotate | Download | only in src

Lines Matching refs:body_size

1421   int body_size = desc.instr_size;
1424 body_size = RoundUp(body_size, kInt64Size) + desc.unwinding_info_size +
1427 int obj_size = Code::SizeFor(RoundUp(body_size, kObjectAlignment));