Lines Matching refs:integer_bytes
686 uint32_t integer_bytes = in GetReturnValueObjectImpl() local
722 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
723 if (integer_bytes + field_byte_width <= 8) { in GetReturnValueObjectImpl()
726 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
727 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
733 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()
735 } else if (integer_bytes + field_byte_width <= 16) { in GetReturnValueObjectImpl()
737 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
738 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
805 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
808 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
809 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
812 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
813 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()