Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 129) sorted by relevance

123456

/art/runtime/
Dscoped_disable_public_sdk_checker.h28 Runtime* runtime = Runtime::Current(); in ScopedDisablePublicSdkChecker() local
35 Runtime* runtime = Runtime::Current(); in ~ScopedDisablePublicSdkChecker() local
Dinstrumentation_test.cc267 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 …]
Dstartup_completed_task.cc48 Runtime* const runtime = Runtime::Current(); in Run() local
78 Runtime* const runtime = Runtime::Current(); in DeleteStartupDexCaches() local
Dscoped_thread_state_change.cc44 Runtime* runtime = Runtime::Current(); in ScopedThreadChangeDestructorCheck() local
Dsignal_catcher.cc118 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local
175 Runtime* runtime = Runtime::Current(); in Run() local
Daot_class_linker.cc50 Runtime* const runtime = Runtime::Current(); in InitializeClass() local
112 Runtime* const runtime = Runtime::Current(); in PerformClassVerification() local
Dart_method.cc383 Runtime* runtime = Runtime::Current(); in Invoke() local
592 Runtime* runtime = Runtime::Current(); in GetOatQuickMethodHeader() local
698 Runtime* runtime = Runtime::Current(); in HasAnyCompiledCode() local
782 Runtime* runtime = Runtime::Current(); in CopyFrom() local
821 Runtime* runtime = Runtime::Current(); in IsImagePointerSize() local
872 Runtime* const runtime = Runtime::Current(); in GetRuntimeMethodName() local
Dhidden_api.cc360 Runtime* runtime = Runtime::Current(); in LogAccessToEventLog() local
407 Runtime* runtime = Runtime::Current(); in NotifyHiddenApiListener() local
442 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag) in MaybeUpdateAccessFlags()
571 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMemberImpl() local
682 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMember() local
Dintern_table.cc150 Runtime* runtime = Runtime::Current(); in InsertStrong() local
162 Runtime* runtime = Runtime::Current(); in InsertWeak() local
175 Runtime* runtime = Runtime::Current(); in RemoveWeak() local
440 Runtime* const runtime = Runtime::Current(); in Table() local
/art/test/1000-non-moving-space-stress/src-art/
DMain.java25 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/
DTestAnnotations.java166 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/
Dheap_verification_test.cc108 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/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc38 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_simulateZygoteFork() local
69 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_setupJvmti() local
/art/test/993-breakpoints-non-debuggable/
Dnative_attach_agent.cc26 Runtime* runtime = Runtime::Current(); in Java_art_Test993AttachAgent_setupJvmti() local
/art/runtime/interpreter/mterp/
Dnterp_impl.cc35 Runtime* runtime = Runtime::Current(); in CanRuntimeUseNterp() local
/art/test/104-growth-limit/src/
DMain.java29 final Object runtime = get_runtime.invoke(null); in main() local
/art/openjdkjvmti/
Dti_jni.cc66 art::Runtime* runtime = art::Runtime::Current(); in GetJNIFunctionTable() local
/art/compiler/jit/
Djit_compiler.cc52 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local
187 Runtime* runtime = Runtime::Current(); in CompileMethod() local
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc117 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
Djava_lang_reflect_Array.cc60 Runtime* runtime = Runtime::Current(); in Array_createObjectArray() local
/art/runtime/gc/collector/
Dgarbage_collector.cc165 Runtime* runtime = Runtime::Current(); in Run() local
288 Runtime* runtime = Runtime::Current(); in ScopedPause() local
300 Runtime* runtime = Runtime::Current(); in ~ScopedPause() local
/art/test/846-multidex-data-image/src-art/
DMain.java56 VMRuntime runtime = VMRuntime.getRuntime(); in main() local
/art/runtime/mirror/
Ddex_cache-inl.h66 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/runtime/metrics/
Dreporter.cc38 const ReportingConfig& config, Runtime* runtime) { in Create()
43 MetricsReporter::MetricsReporter(const ReportingConfig& config, Runtime* runtime) in MetricsReporter()
/art/runtime/jit/
Djit.cc918 Runtime* runtime = Runtime::Current(); in Run() local
964 Runtime* runtime = Runtime::Current(); in Run() local
1196 Runtime* runtime = Runtime::Current(); in InZygoteUsingJit() local
1208 Runtime* runtime = Runtime::Current(); in CreateThreadPool() local
1313 Runtime* runtime = Runtime::Current(); in RegisterDexFiles() local
1560 Runtime* runtime = Runtime::Current(); in MethodEntered() local
1614 Runtime* runtime = Runtime::Current(); in RunPollingThread() local
1641 Runtime* const runtime = Runtime::Current(); in PostForkChildAction() local
1698 Runtime* runtime = Runtime::Current(); in PostZygoteFork() local

123456