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

  /libcore/luni/src/main/java/java/lang/
Thread.java 134 volatile VMThread vmThread;
557 return VMThread.currentThread();
749 VMThread vmt = this.vmThread;
753 VMThread thread = vmThread;
759 return VMThread.STATE_MAP[state];
831 VMThread vmt = this.vmThread;
    [all...]
  /dalvik/vm/
Thread.c 335 dvmFindSystemClassNoInit("Ljava/lang/VMThread;");
352 "vmThread", "Ljava/lang/VMThread;");
382 LOGE("Unable to find all fields in java.lang.VMThread\n");
842 * Allocate and construct a VMThread.
846 LOGE("unable to allocate main vmthread object\n");
855 LOGE("exception thrown while constructing main vmthread object\n");
859 /* set the VMThread.vmData field to our Thread struct */
864 * Stuff the VMThread back into the Thread. From this point on, other
    [all...]

Completed in 197 milliseconds