Lines Matching refs:methodStats
234 CompilerMethodStats *methodStats =
238 if (methodStats->attributes & METHOD_IS_EMPTY) {
249 if (methodStats->attributes & METHOD_IS_GETTER) {
252 } else if (methodStats->attributes & METHOD_IS_SETTER) {
282 CompilerMethodStats *methodStats =
286 if (methodStats->attributes & METHOD_IS_EMPTY) {
291 if (methodStats->attributes & METHOD_IS_GETTER) {
294 } else if (methodStats->attributes & METHOD_IS_SETTER) {
362 CompilerMethodStats *methodStats =
364 if ((methodStats->attributes & METHOD_IS_LEAF) &&
365 !(methodStats->attributes & METHOD_CANNOT_COMPILE)) {
376 methodStats->attributes |= METHOD_CANNOT_COMPILE;
407 CompilerMethodStats *methodStats =
409 if ((methodStats->attributes & METHOD_IS_LEAF) &&
410 !(methodStats->attributes & METHOD_CANNOT_COMPILE)) {
421 methodStats->attributes |= METHOD_CANNOT_COMPILE;