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

  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 130 throws ZygoteInit.MethodAndArgsCaller {
164 throw new ZygoteInit.MethodAndArgsCaller(m, argv);
493 throws ZygoteInit.MethodAndArgsCaller {
509 throws MethodAndArgsCaller, RuntimeException {
596 } catch (MethodAndArgsCaller caller) {
610 * @throws MethodAndArgsCaller in a child process when a main() should
613 private static void runForkMode() throws MethodAndArgsCaller {
648 * @throws MethodAndArgsCaller in a child process when a main() should
651 private static void runSelectLoopMode() throws MethodAndArgsCaller {
824 public static class MethodAndArgsCaller extends Exceptio
    [all...]
RuntimeInit.java 186 throws ZygoteInit.MethodAndArgsCaller {
225 throw new ZygoteInit.MethodAndArgsCaller(m, argv);
256 throws ZygoteInit.MethodAndArgsCaller {
ZygoteConnection.java 123 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
126 void run() throws ZygoteInit.MethodAndArgsCaller {
155 * a child is forked and a {@link ZygoteInit.MethodAndArgsCaller}
164 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
167 boolean runOnce() throws ZygoteInit.MethodAndArgsCaller {
668 * reopen stdio as appropriate, and ultimately throwing MethodAndArgsCaller
676 * @throws ZygoteInit.MethodAndArgsCaller on success to
681 throws ZygoteInit.MethodAndArgsCaller {

Completed in 14 milliseconds