HomeSort by relevance Sort by last modified time
    Searched defs:postForkChild (Results 1 - 2 of 2) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
ZygoteHooks.java 44 * is followed by a matching call to {@link #postForkChild(int, String)} on the child
46 * process. {@code postForkCommon} is called after {@code postForkChild} in
60 public void postForkChild(int debugFlags, boolean isSystemServer, String instructionSet) {
69 * {@code postForkChild}.
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 177 VM_HOOKS.postForkChild(debugFlags, isSystemServer, instructionSet);

Completed in 225 milliseconds