Lines Matching refs:kind
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.1474 int32_t Runtime::GetStat(int kind) {1476 if (kind < (1<<16)) {1480 kind >>= 16;1482 switch (kind) {1504 LOG(FATAL) << "Unknown statistic " << kind;