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

  /dalvik/vm/compiler/
Compiler.c 682 return dvmCreateInternalThread(&gDvmJit.compilerHandle, "Compiler",
700 if (gDvmJit.compilerHandle) {
708 if (pthread_join(gDvmJit.compilerHandle, &threadReturn) != 0)
  /dalvik/vm/
Globals.h 744 pthread_t compilerHandle;

Completed in 35 milliseconds