Lines Matching refs:kh
194 ClassHelper kh(this); in DumpClass() local
196 << "'" << kh.GetDescriptor() << "' cl=" << GetClassLoader() << " -----\n", in DumpClass()
207 if (kh.NumDirectInterfaces() > 0) { in DumpClass()
208 os << " interfaces (" << kh.NumDirectInterfaces() << "):\n"; in DumpClass()
209 for (size_t i = 0; i < kh.NumDirectInterfaces(); ++i) { in DumpClass()
210 Class* interface = kh.GetDirectInterface(i); in DumpClass()
541 ClassHelper kh; in FindStaticField() local
549 kh.ChangeClass(k); in FindStaticField()
550 for (uint32_t i = 0; i < kh.NumDirectInterfaces(); ++i) { in FindStaticField()
551 Class* interface = kh.GetDirectInterface(i); in FindStaticField()
562 ClassHelper kh; in FindStaticField() local
570 kh.ChangeClass(k); in FindStaticField()
571 for (uint32_t i = 0; i < kh.NumDirectInterfaces(); ++i) { in FindStaticField()
572 Class* interface = kh.GetDirectInterface(i); in FindStaticField()
584 ClassHelper kh; in FindField() local
596 kh.ChangeClass(k); in FindField()
597 for (uint32_t i = 0; i < kh.NumDirectInterfaces(); ++i) { in FindField()
598 Class* interface = kh.GetDirectInterface(i); in FindField()