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

/art/runtime/gc/collector/
H A Dgc_type.h40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
/art/build/
H A DAndroid.common_test.mk222 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.preprocessor.file=$(LOCAL_PATH)/$(2)/main.jpp
238 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.preprocessor.file=$(LOCAL_PATH)/$(2)/main.jpp
/art/runtime/
H A Dimage.h384 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
385 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
H A Dthread.cc1598 int policy; local
1602 policy = sched_getscheduler(tid);
1603 if (policy == -1) {
1612 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp),
1615 os << " sched=" << policy << "/" << sp.sched_priority
/art/test/551-checker-shifter-operand/
H A Dbuild135 # Compile jack files into a DEX file. We set jack.import.type.policy=keep-first to consider
138 ${JACK} ${JACK_ARGS} ${imported_jack_files} -D jack.import.type.policy=keep-first --output-dex .
/art/compiler/optimizing/
H A Dlocations.h76 // a policy that specifies what kind of location is suitable. Payload
77 // contains register allocation policy.
358 static Location UnallocatedLocation(Policy policy) {
359 return Location(kUnallocated, PolicyField::Encode(policy));
/art/runtime/gc/space/
H A Dspace.h60 // Objects are retained forever with this policy for a space.
68 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);
91 // The policy of when objects are collected associated with this space.
/art/runtime/jdwp/
H A Djdwp_event.cc604 * suspension policy.
607 JdwpSuspendPolicy policy = SP_NONE; local
610 if (pEvent->suspend_policy > policy) {
611 policy = pEvent->suspend_policy;
615 return policy;

Completed in 2036 milliseconds