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

  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 878 unsigned user_count = sizeof(regs)/sizeof(int); local
881 unsigned user_count = x86_THREAD_STATE64_COUNT;
884 unsigned user_count = PPC_THREAD_STATE_COUNT;
887 unsigned user_count = PPC_THREAD_STATE64_COUNT;
890 unsigned user_count = ARM_THREAD_STATE_COUNT;
896 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
902 return user_count * sizeof(usword_t);
    [all...]

Completed in 1092 milliseconds