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.mk204 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.preprocessor.file=$(LOCAL_PATH)/$(2)/main.jpp
219 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.h358 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
359 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
H A Dthread.cc1294 int policy; local
1296 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp),
1298 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.h67 // a policy that specifies what kind of location is suitable. Payload
68 // contains register allocation policy.
339 static Location UnallocatedLocation(Policy policy) {
340 return Location(kUnallocated, PolicyField::Encode(policy));
/art/runtime/jdwp/
H A Djdwp_event.cc564 * suspension policy.
567 JdwpSuspendPolicy policy = SP_NONE; local
570 if (pEvent->suspend_policy > policy) {
571 policy = pEvent->suspend_policy;
575 return 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.

Completed in 483 milliseconds