Home | History | Annotate | Download | only in runtime

Lines Matching refs:kinds

1067 void Runtime::ResetStats(int kinds) {
1068 GetStats()->Clear(kinds & 0xffff);
1070 Thread::Current()->GetStats()->Clear(kinds >> 16);