Faster to use "this.Var" or just "Var"?

If you have a function inside of a class and need to access a variable in the class. Is it faster to use “this.”? Because as far as I know the AVM will check the function and function input for the variable before it checks the class. Will it check the class for the variable if you use “this.” instead of looking inside the function?