Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/jdwp/
DJdwpConstants.cpp225 const char* dvmJdwpSuspendPolicyStr(JdwpSuspendPolicy policy) in dvmJdwpSuspendPolicyStr() argument
227 switch (policy) { in dvmJdwpSuspendPolicyStr()
DJdwpConstants.h176 const char* dvmJdwpSuspendPolicyStr(JdwpSuspendPolicy policy);
DJdwpEvent.cpp563 JdwpSuspendPolicy policy = SP_NONE; in scanSuspendPolicy() local
566 if ((*matchList)->suspendPolicy > policy) in scanSuspendPolicy()
567 policy = (*matchList)->suspendPolicy; in scanSuspendPolicy()
571 return policy; in scanSuspendPolicy()
/dalvik/vm/
DThread.cpp3246 int policy; member
3256 if (pthread_getschedparam(pthread_self(), &stats->policy, &sp) != 0) { in getSchedulerStats()
3258 stats->policy = -1; in getSchedulerStats()
3343 schedStats.policy, schedStats.priority, schedStats.group, (int)thread->handle); in dvmDumpThreadEx()
3408 schedStats.policy, schedStats.priority, schedStats.group); in dumpNativeThread()