OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)®s, &
user_count
);
363
return
user_count
* sizeof(usword_t);
Completed in 86 milliseconds