Searched refs:enabled (Results 1 – 10 of 10) sorted by relevance
/art/test/116-nodex2oat/ |
D | expected.txt | 2 Has oat is false, is dex2oat enabled is false. 4 Has oat is true, is dex2oat enabled is true. 6 Has oat is true, is dex2oat enabled is true.
|
/art/test/119-noimage-patchoat/ |
D | expected.txt | 2 Has image is false, is image dex2oat enabled is false. 4 Has image is true, is image dex2oat enabled is true. 6 Has image is true, is image dex2oat enabled is true.
|
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 2 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false. 4 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true. 6 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
|
/art/test/117-nopatchoat/ |
D | expected.txt | 5 dex2oat & patchoat are enabled, has oat is true, has executable oat is true. 8 dex2oat & patchoat are enabled, has oat is true, has executable oat is true.
|
/art/runtime/ |
D | profiler_options.h | 55 ProfilerOptions(bool enabled, in ProfilerOptions() argument 65 enabled_(enabled), in ProfilerOptions()
|
D | jni_internal.h | 86 void SetCheckJniEnabled(bool enabled); 145 void SetCheckJniEnabled(bool enabled);
|
D | jni_internal.cc | 2984 void JNIEnvExt::SetCheckJniEnabled(bool enabled) { in SetCheckJniEnabled() argument 2985 check_jni = enabled; in SetCheckJniEnabled() 2986 functions = enabled ? GetCheckJniNativeInterface() : &gJniNativeInterface; in SetCheckJniEnabled() 3164 void JavaVMExt::SetCheckJniEnabled(bool enabled) { in SetCheckJniEnabled() argument 3165 check_jni = enabled; in SetCheckJniEnabled() 3166 functions = enabled ? GetCheckJniInvokeInterface() : &gJniInvokeInterface; in SetCheckJniEnabled()
|
D | debugger.h | 593 static void SetAllocTrackingEnabled(bool enabled) LOCKS_EXCLUDED(Locks::alloc_tracker_lock_);
|
/art/runtime/mirror/ |
D | class-inl.h | 711 inline void Class::SetSlowPath(bool enabled) { in SetSlowPath() argument 712 SetField32<false>(GetSlowPathFlagOffset(), enabled); in SetSlowPath()
|
D | class.h | 1003 void SetSlowPath(bool enabled) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|