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

/libcore/libart/src/main/java/java/lang/
H A DClassLoader.java283 * @param protectionDomain
299 ProtectionDomain protectionDomain) throws java.lang.ClassFormatError {
314 * @param protectionDomain
325 ProtectionDomain protectionDomain) throws ClassFormatError {
329 return defineClass(name, temp, 0, temp.length, protectionDomain);
298 defineClass(String className, byte[] classRep, int offset, int length, ProtectionDomain protectionDomain) argument
324 defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain) argument
/libcore/libdvm/src/main/java/java/lang/
H A DClassLoader.java271 * @param protectionDomain
287 ProtectionDomain protectionDomain) throws java.lang.ClassFormatError {
302 * @param protectionDomain
313 ProtectionDomain protectionDomain) throws ClassFormatError {
317 return defineClass(name, temp, 0, temp.length, protectionDomain);
286 defineClass(String className, byte[] classRep, int offset, int length, ProtectionDomain protectionDomain) argument
312 defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain) argument

Completed in 58 milliseconds