/aosp12/art/runtime/ |
H A D | scoped_disable_public_sdk_checker.h | 28 Runtime* runtime = Runtime::Current(); in ScopedDisablePublicSdkChecker() local 35 Runtime* runtime = Runtime::Current(); in ~ScopedDisablePublicSdkChecker() local
|
H A D | instrumentation_test.cc | 271 Runtime* runtime = Runtime::Current(); in DeoptimizeMethod() local 287 Runtime* runtime = Runtime::Current(); in UndeoptimizeMethod() local 302 Runtime* runtime = Runtime::Current(); in DeoptimizeEverything() local 317 Runtime* runtime = Runtime::Current(); in UndeoptimizeEverything() local 332 Runtime* runtime = Runtime::Current(); in EnableMethodTracing() local 344 Runtime* runtime = Runtime::Current(); in DisableMethodTracing() local 503 Runtime* const runtime = Runtime::Current(); in TEST_F() local 523 Runtime* const runtime = Runtime::Current(); in TEST_F() local 544 Runtime* const runtime = Runtime::Current(); in TEST_F() local 579 Runtime* const runtime = Runtime::Current(); in TEST_F() local [all …]
|
H A D | signal_catcher.cc | 118 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local 175 Runtime* runtime = Runtime::Current(); in Run() local
|
H A D | scoped_thread_state_change.cc | 44 Runtime* runtime = Runtime::Current(); in ScopedThreadChangeDestructorCheck() local
|
H A D | art_method.cc | 330 Runtime* runtime = Runtime::Current(); in Invoke() local 547 Runtime* runtime = Runtime::Current(); in GetOatQuickMethodHeader() local 650 Runtime* runtime = Runtime::Current(); in HasAnyCompiledCode() local 734 Runtime* runtime = Runtime::Current(); in CopyFrom() local 773 Runtime* runtime = Runtime::Current(); in IsImagePointerSize() local 824 Runtime* const runtime = Runtime::Current(); in GetRuntimeMethodName() local
|
H A D | intern_table.cc | 128 Runtime* runtime = Runtime::Current(); in InsertStrong() local 140 Runtime* runtime = Runtime::Current(); in InsertWeak() local 153 Runtime* runtime = Runtime::Current(); in RemoveWeak() local 407 Runtime* const runtime = Runtime::Current(); in Table() local
|
H A D | hidden_api.cc | 290 Runtime* runtime = Runtime::Current(); in LogAccessToEventLog() local 333 Runtime* runtime = Runtime::Current(); in NotifyHiddenApiListener() local 368 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag) in MaybeUpdateAccessFlags() 497 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMemberImpl() local
|
H A D | aot_class_linker.cc | 50 Runtime* const runtime = Runtime::Current(); in InitializeClass() local 112 Runtime* const runtime = Runtime::Current(); in PerformClassVerification() local
|
H A D | module_exclusion_test.cc | 54 Runtime* runtime = Runtime::Current(); in DoTest() local 137 Runtime* runtime = Runtime::Current(); in TEST_F() local
|
/aosp12/art/test/1000-non-moving-space-stress/src-art/ |
H A D | Main.java | 22 VMRuntime runtime = VMRuntime.getRuntime(); in main() local 47 static void $noinline$Alloc(VMRuntime runtime) { in $noinline$Alloc()
|
/aosp12/system/bt/gd/rust/common/src/ |
H A D | time.rs | 90 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_simple_case() localVariable 105 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable 124 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_schedule_and_then_drop() localVariable 132 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_simple_case() localVariable
|
/aosp12/art/test/005-annotations/src/android/test/anno/ |
H A 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()
|
/aosp12/art/runtime/gc/ |
H A D | heap_verification_test.cc | 106 Runtime* const runtime = Runtime::Current(); in TEST_F() local 124 Runtime* const runtime = Runtime::Current(); in TEST_F() local 150 Runtime* const runtime = Runtime::Current(); in TEST_F() local 170 Runtime* const runtime = Runtime::Current(); in TEST_F() local
|
/aosp12/art/test/2031-zygote-compiled-frame-deopt/ |
H A D | native-wait.cc | 38 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_simulateZygoteFork() local 69 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_setupJvmti() local
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/toolbar/ |
H A D | ToolbarSearchTest.java | 281 Runtime runtime = Runtime.getRuntime(); in injectDrivingState() local 295 Runtime runtime = Runtime.getRuntime(); in injectParkedState() local
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_ZygoteHooks.cc | 116 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses() local 164 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
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 48 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local 179 Runtime* runtime = Runtime::Current(); in CompileMethod() local
|
/aosp12/art/runtime/gc/collector/ |
H A D | garbage_collector.cc | 158 Runtime* runtime = Runtime::Current(); in Run() local 267 Runtime* runtime = Runtime::Current(); in ScopedPause() local 279 Runtime* runtime = Runtime::Current(); in ~ScopedPause() local
|
/aosp12/art/test/104-growth-limit/src/ |
H A D | Main.java | 29 final Object runtime = get_runtime.invoke(null); in main() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_jni.cc | 66 art::Runtime* runtime = art::Runtime::Current(); in GetJNIFunctionTable() local
|
H A D | ti_search.cc | 207 art::Runtime* runtime = art::Runtime::Current(); in Register() local 219 art::Runtime* runtime = art::Runtime::Current(); in Unregister() local
|
/aosp12/art/runtime/jit/ |
H A D | jit.cc | 888 Runtime* runtime = Runtime::Current(); in Run() local 938 Runtime* runtime = Runtime::Current(); in Run() local 1178 Runtime* runtime = Runtime::Current(); in InZygoteUsingJit() local 1190 Runtime* runtime = Runtime::Current(); in CreateThreadPool() local 1295 Runtime* runtime = Runtime::Current(); in RegisterDexFiles() local 1584 Runtime* runtime = Runtime::Current(); in MethodEntered() local 1644 Runtime* runtime = Runtime::Current(); in RunPollingThread() local 1671 Runtime* const runtime = Runtime::Current(); in PostForkChildAction() local 1724 Runtime* runtime = Runtime::Current(); in PostZygoteFork() local
|
/aosp12/hardware/google/camera/common/profiler/ |
H A D | profiler.proto | 17 repeated TimeStamp runtime = 2; field
|
/aosp12/art/runtime/metrics/ |
H A D | reporter.cc | 37 const ReportingConfig& config, Runtime* runtime) { in Create() 42 MetricsReporter::MetricsReporter(const ReportingConfig& config, Runtime* runtime) in MetricsReporter()
|
/aosp12/art/compiler/optimizing/ |
H A D | sharpening.cc | 218 Runtime* runtime = Runtime::Current(); in ComputeLoadClassKind() local 371 Runtime* runtime = Runtime::Current(); in ProcessLoadString() local
|