The second entry in the Robject struct is a pointer to an st_table named iv_tbl. st_table is the internal hash table structure that ruby uses.
As you can probably guess from the name, this is where instance variables are stored.