Searched refs:calling (Results 1 – 5 of 5) sorted by relevance
54 ClassLoader calling = VMStack.getCallingClassLoader2(); in getInstance() local57 if ((calling != null) && (calling != current)) { in getInstance()
53 ClassLoader calling = VMStack.getCallingClassLoader(); in getUnsafe() local54 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) { in getUnsafe()
218 ClassLoader calling = VMStack.getCallingClassLoader(); in forName() local219 if (calling != null) { in forName()400 ClassLoader calling = VMStack.getCallingClassLoader(); in getClassLoader() local402 if (calling != null && !calling.isAncestorOf(loader)) { in getClassLoader()1010 ClassLoader calling = VMStack.getCallingClassLoader2(); in checkPublicMemberAccess() local1013 if (calling != null && !calling.isAncestorOf(current)) { in checkPublicMemberAccess()1032 ClassLoader calling = VMStack.getCallingClassLoader2(); in checkDeclaredMemberAccess() local1035 if (calling != null && !calling.isAncestorOf(current)) { in checkDeclaredMemberAccess()
665 ClassLoader calling = VMStack.getCallingClassLoader(); in getContextClassLoader() local667 if (calling != null && !calling.isAncestorOf(contextClassLoader)) { in getContextClassLoader()
222 description: "These NPEs all happen while calling Provider#getName on the result of231 description: "These NPEs all happen while calling Provider#getName on the result of240 description: "These NPEs all happen while calling Provider#getName on the result of249 description: "These NPEs all happen while calling Provider#getName on the result of258 description: "These NPEs all happen while calling Provider#getName on the result of267 description: "These NPEs all happen while calling Provider#getName on the result of276 description: "These NPEs all happen while calling Provider#getName on the result of285 description: "These NPEs all happen while calling Provider#getName on the result of294 description: "These NPEs all happen while calling Provider#getName on the result of303 description: "These NPEs all happen while calling Provider#getName on the result of