/art/runtime/ |
D | scoped_disable_public_sdk_checker.h | 30 Runtime* runtime = Runtime::Current(); in ScopedDisablePublicSdkChecker() local 37 Runtime* runtime = Runtime::Current(); in ~ScopedDisablePublicSdkChecker() local
|
D | instrumentation_test.cc | 267 Runtime* runtime = Runtime::Current(); in DeoptimizeMethod() local 280 Runtime* runtime = Runtime::Current(); in UndeoptimizeMethod() local 295 Runtime* runtime = Runtime::Current(); in DeoptimizeEverything() local 307 Runtime* runtime = Runtime::Current(); in UndeoptimizeEverything() local 322 Runtime* runtime = Runtime::Current(); in EnableMethodTracing() local 335 Runtime* runtime = Runtime::Current(); in DisableMethodTracing() local 490 Runtime* const runtime = Runtime::Current(); in TEST_F() local 510 Runtime* const runtime = Runtime::Current(); in TEST_F() local 531 Runtime* const runtime = Runtime::Current(); in TEST_F() local 566 Runtime* const runtime = Runtime::Current(); in TEST_F() local [all …]
|
D | startup_completed_task.cc | 48 Runtime* const runtime = Runtime::Current(); in Run() local 80 Runtime* const runtime = Runtime::Current(); in DeleteStartupDexCaches() local
|
D | scoped_thread_state_change.cc | 44 Runtime* runtime = Runtime::Current(); in ScopedThreadChangeDestructorCheck() local
|
D | signal_catcher.cc | 124 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local 184 Runtime* runtime = Runtime::Current(); in Run() local
|
D | hidden_api.cc | 368 Runtime* runtime = Runtime::Current(); in LogAccessToEventLog() local 415 Runtime* runtime = Runtime::Current(); in NotifyHiddenApiListener() local 450 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag) in MaybeUpdateAccessFlags() 579 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMemberImpl() local 690 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMember() local
|
D | intern_table.cc | 151 Runtime* runtime = Runtime::Current(); in InsertStrong() local 163 Runtime* runtime = Runtime::Current(); in InsertWeak() local 176 Runtime* runtime = Runtime::Current(); in RemoveWeak() local 441 Runtime* const runtime = Runtime::Current(); in Table() local
|
D | art_method.cc | 382 Runtime* runtime = Runtime::Current(); in Invoke() local 590 Runtime* runtime = Runtime::Current(); in GetOatQuickMethodHeader() local 795 Runtime* runtime = Runtime::Current(); in CopyFrom() local 836 Runtime* runtime = Runtime::Current(); in IsImagePointerSize() local 886 Runtime* const runtime = Runtime::Current(); in GetRuntimeMethodName() local
|
/art/test/1000-non-moving-space-stress/src-art/ |
D | Main.java | 25 VMRuntime runtime = VMRuntime.getRuntime(); in main() local 75 static void $noinline$Alloc(VMRuntime runtime) { in $noinline$Alloc()
|
/art/test/005-annotations/src/android/test/anno/ |
D | TestAnnotations.java | 166 Object runtime = VMRuntime.getRuntime(); in testVisibilityCompatibility() local 291 public static int getTargetSdkVersion(Object runtime) throws Exception { in getTargetSdkVersion() 295 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { in setTargetSdkVersion()
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 108 Runtime* const runtime = Runtime::Current(); in TEST_F() local 126 Runtime* const runtime = Runtime::Current(); in TEST_F() local 152 Runtime* const runtime = Runtime::Current(); in TEST_F() local 172 Runtime* const runtime = Runtime::Current(); in TEST_F() local
|
/art/test/2270-mh-internal-hiddenapi-use/ |
D | mh-internal-hidden-api.cc | 27 Runtime* runtime = Runtime::Current(); in Java_Main_enableHiddenApiChecks() local
|
/art/test/993-breakpoints-non-debuggable/ |
D | native_attach_agent.cc | 26 Runtime* runtime = Runtime::Current(); in Java_art_Test993AttachAgent_setupJvmti() local
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 196 Runtime* runtime = Runtime::Current(); in Run() local 325 Runtime* runtime = Runtime::Current(); in ScopedPause() local 337 Runtime* runtime = Runtime::Current(); in ~ScopedPause() local 356 Runtime* runtime = Runtime::Current(); in ShouldEagerlyReleaseMemoryToOS() local
|
/art/test/664-aget-verifier/ |
D | aget-verifier.cc | 46 Runtime* runtime = Runtime::Current(); in Java_Main_testCompiled() local
|
/art/test/104-growth-limit/src/ |
D | Main.java | 29 final Object runtime = get_runtime.invoke(null); in main() local
|
/art/openjdkjvmti/ |
D | ti_jni.cc | 66 art::Runtime* runtime = art::Runtime::Current(); in GetJNIFunctionTable() local
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 117 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses() local 165 Runtime* const runtime = Runtime::Current(); in EnableDebugFeatures() local 256 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePreFork() local 314 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePostForkChild() local
|
D | java_lang_reflect_Array.cc | 60 Runtime* runtime = Runtime::Current(); in Array_createObjectArray() local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 51 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local 189 Runtime* runtime = Runtime::Current(); in CompileMethod() local
|
/art/test/846-multidex-data-image/src-art/ |
D | Main.java | 56 VMRuntime runtime = VMRuntime.getRuntime(); in main() local
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 66 Runtime* runtime = Runtime::Current(); in AllocArray() local 141 Runtime* const runtime = Runtime::Current(); in SetResolvedString() local 188 Runtime* const runtime = Runtime::Current(); in SetResolvedMethodType() local
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | native-wait.cc | 38 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_simulateZygoteFork() local
|
/art/runtime/metrics/ |
D | reporter.cc | 38 const ReportingConfig& config, Runtime* runtime) { in Create() 43 MetricsReporter::MetricsReporter(const ReportingConfig& config, Runtime* runtime) in MetricsReporter()
|
/art/runtime/jit/ |
D | jit.cc | 803 Runtime* runtime = Runtime::Current(); in Run() local 849 Runtime* runtime = Runtime::Current(); in Run() local 1081 Runtime* runtime = Runtime::Current(); in InZygoteUsingJit() local 1091 Runtime* runtime = Runtime::Current(); in CreateThreadPool() local 1196 Runtime* runtime = Runtime::Current(); in RegisterDexFiles() local 1429 Runtime* runtime = Runtime::Current(); in MethodEntered() local 1483 Runtime* runtime = Runtime::Current(); in RunPollingThread() local 1517 Runtime* const runtime = Runtime::Current(); in PostForkChildAction() local 1593 Runtime* runtime = Runtime::Current(); in PostZygoteFork() local
|