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

  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 339 unsigned user_count = sizeof(regs)/sizeof(int); local
342 unsigned user_count = x86_THREAD_STATE64_COUNT;
345 unsigned user_count = PPC_THREAD_STATE_COUNT;
348 unsigned user_count = PPC_THREAD_STATE64_COUNT;
351 unsigned user_count = ARM_THREAD_STATE_COUNT;
357 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
363 return user_count * sizeof(usword_t);

Completed in 140 milliseconds