Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgc_type.h40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
/art/compiler/optimizing/
Dlocations.h207 static Location UnallocatedLocation(Policy policy) { in UnallocatedLocation() argument
208 return Location(kUnallocated, PolicyField::Encode(policy)); in UnallocatedLocation()
/art/runtime/jdwp/
Djdwp_event.cc566 JdwpSuspendPolicy policy = SP_NONE; in scanSuspendPolicy() local
569 if ((*match_list)->suspend_policy > policy) { in scanSuspendPolicy()
570 policy = (*match_list)->suspend_policy; in scanSuspendPolicy()
575 return policy; in scanSuspendPolicy()
/art/runtime/gc/space/
Dspace.h67 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);
/art/runtime/
Dthread.cc816 int policy; in DumpState() local
818 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()
820 os << " sched=" << policy << "/" << sp.sched_priority in DumpState()