VM used to check source fingerprints of 'recognized' methods in core libraries. Condition in `Function::CheckSourceFingerprint` includes `kernel_offset() <= 0` which is false since Dart 2. We need to restore these checks. /cc @aartbik @mraleph @a-siva @rmacnak-google