Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgc_type.h40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
/art/build/
DAndroid.common_test.mk222 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…
238 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…
/art/runtime/
Dimage.h384 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
385 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
Dthread.cc1598 int policy; in DumpState() local
1602 policy = sched_getscheduler(tid); in DumpState()
1603 if (policy == -1) { in DumpState()
1612 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()
1615 os << " sched=" << policy << "/" << sp.sched_priority in DumpState()
/art/test/551-checker-shifter-operand/
Dbuild138 ${JACK} ${JACK_ARGS} ${imported_jack_files} -D jack.import.type.policy=keep-first --output-dex .
/art/compiler/optimizing/
Dlocations.h358 static Location UnallocatedLocation(Policy policy) { in UnallocatedLocation() argument
359 return Location(kUnallocated, PolicyField::Encode(policy)); in UnallocatedLocation()
/art/runtime/jdwp/
Djdwp_event.cc607 JdwpSuspendPolicy policy = SP_NONE; in ScanSuspendPolicy() local
610 if (pEvent->suspend_policy > policy) { in ScanSuspendPolicy()
611 policy = pEvent->suspend_policy; in ScanSuspendPolicy()
615 return policy; in ScanSuspendPolicy()
/art/runtime/gc/space/
Dspace.h68 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);