Lines Matching defs:instance
811 // Check whether the cached instance and/or memory start need to be moved to
851 Register instance = target.cached_instance;
852 if (instance == no_reg) {
853 // We don't have the instance available yet. Store it into the target
855 instance = target.cached_mem_start;
856 LoadInstanceFromFrame(instance);
859 target.cached_mem_start, instance,
905 // We can return immediately. The instance is only used to load information
907 // specific registers yet. Therefore the instance should never be one of the
999 // Execute the stack transfers before filling the instance register.
1030 // Move the target instance (if supplied) into the correct instance register.
1071 // Execute the stack transfers before filling the instance register.
1079 // Reload the instance from the stack.