Renaming class-instances

Is it possible to rename a class-instance that has already been created with a specific name?

For instance:

// Step 1) Create and name class-instance
var myClassInstance_1:myClass = new myClass();

// Step 2) Change name of myClassInstance_1
???