Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
DLangAccess.java54 ClassLoader calling = VMStack.getCallingClassLoader2(); in getInstance() local
57 if ((calling != null) && (calling != current)) { in getInstance()
/libcore/luni/src/main/java/sun/misc/
DUnsafe.java53 ClassLoader calling = VMStack.getCallingClassLoader(); in getUnsafe() local
54 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) { in getUnsafe()
/libcore/luni/src/main/java/java/lang/
DClass.java218 ClassLoader calling = VMStack.getCallingClassLoader(); in forName() local
219 if (calling != null) { in forName()
400 ClassLoader calling = VMStack.getCallingClassLoader(); in getClassLoader() local
402 if (calling != null && !calling.isAncestorOf(loader)) { in getClassLoader()
1010 ClassLoader calling = VMStack.getCallingClassLoader2(); in checkPublicMemberAccess() local
1013 if (calling != null && !calling.isAncestorOf(current)) { in checkPublicMemberAccess()
1032 ClassLoader calling = VMStack.getCallingClassLoader2(); in checkDeclaredMemberAccess() local
1035 if (calling != null && !calling.isAncestorOf(current)) { in checkDeclaredMemberAccess()
DThread.java665 ClassLoader calling = VMStack.getCallingClassLoader(); in getContextClassLoader() local
667 if (calling != null && !calling.isAncestorOf(contextClassLoader)) { in getContextClassLoader()
/libcore/expectations/
Dbrokentests.txt222 description: "These NPEs all happen while calling Provider#getName on the result of
231 description: "These NPEs all happen while calling Provider#getName on the result of
240 description: "These NPEs all happen while calling Provider#getName on the result of
249 description: "These NPEs all happen while calling Provider#getName on the result of
258 description: "These NPEs all happen while calling Provider#getName on the result of
267 description: "These NPEs all happen while calling Provider#getName on the result of
276 description: "These NPEs all happen while calling Provider#getName on the result of
285 description: "These NPEs all happen while calling Provider#getName on the result of
294 description: "These NPEs all happen while calling Provider#getName on the result of
303 description: "These NPEs all happen while calling Provider#getName on the result of