Lines Matching refs:kinds
216 kinds: ["JS_OPT"],
222 kinds: ["JS_TURBOPROP"],
228 kinds: ["JS_BASELINE"],
234 kinds: ["JS_UNOPT", "BC"],
240 kinds: ["IC"],
246 kinds: ["STUB", "BUILTIN", "REGEXP"],
252 kinds: ["CPP", "LIB"],
258 kinds: ["CPP_EXT"],
264 kinds: ["CPP_PARSE"],
270 kinds: ["CPP_COMP_BC"],
276 kinds: ["CPP_COMP_BASELINE"],
282 kinds: ["CPP_COMP"],
288 kinds: ["CPP_GC"],
294 kinds: ["UNKNOWN"],
304 for (let j = 0; j < bucket.kinds.length; j++) {
305 kindToBucketDescriptor[bucket.kinds[j]] = bucket;
312 for (let j = 0; j < bucket.kinds.length; j++) {
313 if (bucket.kinds[j] === kind) {
968 for (let k = 0; k < desc.kinds.length; k++) {
969 sum += buckets[i][desc.kinds[k]];