Lines Matching refs:throw_location
95 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet32InstanceFromCode() local
96 ThrowNullPointerExceptionForFieldAccess(throw_location, field, true); in artGet32InstanceFromCode()
118 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet64InstanceFromCode() local
119 ThrowNullPointerExceptionForFieldAccess(throw_location, field, true); in artGet64InstanceFromCode()
142 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGetObjInstanceFromCode() local
143 ThrowNullPointerExceptionForFieldAccess(throw_location, field, true); in artGetObjInstanceFromCode()
237 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet32InstanceFromCode() local
238 ThrowNullPointerExceptionForFieldAccess(throw_location, field, false); in artSet32InstanceFromCode()
268 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet64InstanceFromCode() local
269 ThrowNullPointerExceptionForFieldAccess(throw_location, field, false); in artSet64InstanceFromCode()
296 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSetObjInstanceFromCode() local
297 ThrowNullPointerExceptionForFieldAccess(throw_location, field, false); in artSetObjInstanceFromCode()