Searched refs:after_bytes (Results 1 – 4 of 4) sorted by relevance
49 int64 after_bytes = -1; member
2099 sizes_->after_bytes = current_peak_memory; in Run()
250 llvm::ArrayRef<uint8_t> after_bytes = python_bytes.GetBytes(); in TEST_F() local251 EXPECT_EQ(after_bytes.size(), orig_bytes.size()); in TEST_F()
1674 int after_bytes = MAX2(target_op_end - swap_def_end, 0); in handle_operands() local1675 int middle_bytes = target->second.bytes - before_bytes - after_bytes; in handle_operands()1677 if (after_bytes) { in handle_operands()1681 copy.bytes = after_bytes; in handle_operands()1683 RegClass rc = RegClass::get(target->second.op.regClass().type(), after_bytes); in handle_operands()