Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgc_type.h40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
/art/build/
DAndroid.common_test.mk184 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…
200 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…
/art/test/097-duplicate-method/
Dbuild29 …${JACK} --import jasmin.jack --import src.jack -D jack.import.type.policy=keep-first --output-dex .
/art/runtime/
Dimage.h219 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
220 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
Dthread.cc969 int policy; in DumpState() local
971 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()
973 os << " sched=" << policy << "/" << sp.sched_priority in DumpState()
/art/test/etc/
Ddefault-build61 ${JACK} ${imported_jack_files} -D jack.import.type.policy=keep-first --output-dex .
/art/compiler/optimizing/
Dlocations.h339 static Location UnallocatedLocation(Policy policy) { in UnallocatedLocation() argument
340 return Location(kUnallocated, PolicyField::Encode(policy)); in UnallocatedLocation()
/art/runtime/jdwp/
Djdwp_event.cc567 JdwpSuspendPolicy policy = SP_NONE; in ScanSuspendPolicy() local
570 if (pEvent->suspend_policy > policy) { in ScanSuspendPolicy()
571 policy = pEvent->suspend_policy; in ScanSuspendPolicy()
575 return policy; in ScanSuspendPolicy()
/art/runtime/gc/space/
Dspace.h68 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);