Searched defs:className (Results 1 - 2 of 2) sorted by relevance

/art/test/121-modifiers/src/
H A DMain.java84 private static void check(String className) throws Exception { argument
85 Class<?> clazz = Class.forName(className);
86 if (className.equals("Inf")) {
94 throw new RuntimeException("Undefined bits for an interface: " + className);
104 throw new RuntimeException("Undefined bits for a class: " + className);
/art/runtime/jdwp/
H A Djdwp_event.cc117 std::string className; /* ClassMatch/ClassExclude */ member in struct:art::JDWP::ModBasket
479 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) {
484 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) {
833 basket.className = Dbg::GetClassName(basket.locationClass);
856 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")";
936 basket.className = Dbg::GetClassName(basket.locationClass);
1142 basket.className = Dbg::GetClassName(basket.locationClass);
1149 VLOG(jdwp) << "Not posting exception hit during invoke (" << basket.className << ")";
1230 basket.className = Dbg::GetClassName(basket.locationClass);
1234 VLOG(jdwp) << "Not posting class prep caused by invoke (" << basket.className << ")";
[all...]

Completed in 93 milliseconds