Home
last modified time | relevance | path

Searched refs:MethodAndArgsCaller (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java28 import com.android.internal.os.Zygote.MethodAndArgsCaller;
92 } catch (Zygote.MethodAndArgsCaller caller) { in main()
146 throws Zygote.MethodAndArgsCaller { in wrapperInit()
DZygote.java225 public static class MethodAndArgsCaller extends Exception class in Zygote
233 public MethodAndArgsCaller(Method method, String[] args) { in MethodAndArgsCaller() method in Zygote.MethodAndArgsCaller
DRuntimeInit.java232 throws Zygote.MethodAndArgsCaller { in invokeStaticMain()
266 throw new Zygote.MethodAndArgsCaller(m, argv); in invokeStaticMain()
290 throws Zygote.MethodAndArgsCaller { in applicationInit()
DZygoteInit.java451 throws Zygote.MethodAndArgsCaller { in handleSystemServerProcess()
594 throws Zygote.MethodAndArgsCaller, RuntimeException { in startSystemServer()
766 } catch (Zygote.MethodAndArgsCaller caller) { in main()
830 ClassLoader classLoader) throws Zygote.MethodAndArgsCaller { in zygoteInit()
DWebViewZygoteInit.java120 } catch (Zygote.MethodAndArgsCaller caller) { in main()
DZygoteServer.java136 void runSelectLoop(String abiList) throws Zygote.MethodAndArgsCaller { in runSelectLoop()
DZygoteConnection.java134 boolean runOnce(ZygoteServer zygoteServer) throws Zygote.MethodAndArgsCaller { in runOnce()
788 throws Zygote.MethodAndArgsCaller { in handleChildProc()
/frameworks/base/
Dpreloaded-classes2774 com.android.internal.os.Zygote$MethodAndArgsCaller
Dcompiled-classes-phone5408 com.android.internal.os.Zygote$MethodAndArgsCaller
/frameworks/base/services/
Dprofile-classes3264 Lcom/android/internal/os/Zygote$MethodAndArgsCaller;