Lines Matching refs:kind
202 Code::Kind kind = code->kind();
204 if (kind == Code::LOAD_GLOBAL_IC &&
209 out.AddFormatted(" %s", Code::Kind2String(kind));
210 if (!IC::ICUseVector(kind)) {
214 } else if (kind == Code::STUB || kind == Code::HANDLER) {
220 out.AddFormatted(" %s, %s, ", Code::Kind2String(kind),
224 out.AddFormatted(" %s", Code::Kind2String(kind));