Searched refs:policy (Results 1 – 5 of 5) sorted by relevance
40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
207 static Location UnallocatedLocation(Policy policy) { in UnallocatedLocation() argument208 return Location(kUnallocated, PolicyField::Encode(policy)); in UnallocatedLocation()
566 JdwpSuspendPolicy policy = SP_NONE; in scanSuspendPolicy() local569 if ((*match_list)->suspend_policy > policy) { in scanSuspendPolicy()570 policy = (*match_list)->suspend_policy; in scanSuspendPolicy()575 return policy; in scanSuspendPolicy()
67 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);
816 int policy; in DumpState() local818 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()820 os << " sched=" << policy << "/" << sp.sched_priority in DumpState()