Lines Matching refs:copy
66 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeGcMasksOnly() local
67 copy.stack_maps_ = code_info.stack_maps_; in DecodeGcMasksOnly()
68 copy.register_masks_ = code_info.register_masks_; in DecodeGcMasksOnly()
69 copy.stack_masks_ = code_info.stack_masks_; in DecodeGcMasksOnly()
70 return copy; in DecodeGcMasksOnly()
75 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeInlineInfoOnly() local
76 copy.number_of_dex_registers_ = code_info.number_of_dex_registers_; in DecodeInlineInfoOnly()
77 copy.stack_maps_ = code_info.stack_maps_; in DecodeInlineInfoOnly()
78 copy.inline_infos_ = code_info.inline_infos_; in DecodeInlineInfoOnly()
79 copy.method_infos_ = code_info.method_infos_; in DecodeInlineInfoOnly()
80 return copy; in DecodeInlineInfoOnly()