282283284285286287288289290291292
if (profileMethod == null) { return; } String name = profileMethod.name(); ProfileMethodType type = profileMethod.type(); this.checkProfileMethodSignature(method, name, type); this.installProfileMethod(method, name, type); } }