Lines Matching defs:tryIC
26 Label tryIC(env);
31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
32 Bind(&tryIC);
99 Label tryIC(env);
100 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
101 Bind(&tryIC);
275 Label tryIC(env);
278 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
279 Bind(&tryIC);
296 Label tryIC(env);
299 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
300 Bind(&tryIC);