HomeSort by relevance Sort by last modified time
    Searched refs:ZygoteInit (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 123 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
126 void run() throws ZygoteInit.MethodAndArgsCaller {
128 int loopCount = ZygoteInit.GC_LOOP_COUNT;
141 ZygoteInit.gc();
142 loopCount = ZygoteInit.GC_LOOP_COUNT;
155 * a child is forked and a {@link ZygoteInit.MethodAndArgsCaller}
164 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
167 boolean runOnce() throws ZygoteInit.MethodAndArgsCaller {
638 permittedCaps = ZygoteInit.capgetPermitted(peer.getPid());
676 * @throws ZygoteInit.MethodAndArgsCaller on success t
    [all...]
ZygoteInit.java 57 public class ZygoteInit {
130 throws ZygoteInit.MethodAndArgsCaller {
159 * This throw gets caught in ZygoteInit.main(), which responds
164 throw new ZygoteInit.MethodAndArgsCaller(m, argv);
258 InputStream is = ZygoteInit.class.getClassLoader().getResourceAsStream(
493 throws ZygoteInit.MethodAndArgsCaller {
501 RuntimeInit.zygoteInit(parsedArgs.remainingArgs);
816 private ZygoteInit() {
RuntimeInit.java 186 throws ZygoteInit.MethodAndArgsCaller {
220 * This throw gets caught in ZygoteInit.main(), which responds
225 throw new ZygoteInit.MethodAndArgsCaller(m, argv);
255 public static final void zygoteInit(String[] argv)
256 throws ZygoteInit.MethodAndArgsCaller {

Completed in 138 milliseconds