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

  /dalvik/vm/compiler/
Compiler.cpp 753 return dvmCreateInternalThread(&gDvmJit.compilerHandle, "Compiler",
773 if (gDvmJit.compilerHandle) {
781 if (pthread_join(gDvmJit.compilerHandle, &threadReturn) != 0)
  /dalvik/vm/
Globals.h 810 pthread_t compilerHandle;

Completed in 165 milliseconds