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.h30 Runtime* runtime = Runtime::Current(); in ScopedDisablePublicSdkChecker() local
37 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
80 Runtime* const runtime = Runtime::Current(); in DeleteStartupDexCaches() local
Dscoped_thread_state_change.cc44 Runtime* runtime = Runtime::Current(); in ScopedThreadChangeDestructorCheck() local
Dsignal_catcher.cc124 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local
184 Runtime* runtime = Runtime::Current(); in Run() local
Dhidden_api.cc368 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
Dintern_table.cc151 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
Dart_method.cc382 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/
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/2270-mh-internal-hiddenapi-use/
Dmh-internal-hidden-api.cc27 Runtime* runtime = Runtime::Current(); in Java_Main_enableHiddenApiChecks() local
/art/test/993-breakpoints-non-debuggable/
Dnative_attach_agent.cc26 Runtime* runtime = Runtime::Current(); in Java_art_Test993AttachAgent_setupJvmti() local
/art/runtime/gc/collector/
Dgarbage_collector.cc196 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/
Daget-verifier.cc46 Runtime* runtime = Runtime::Current(); in Java_Main_testCompiled() 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/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/compiler/jit/
Djit_compiler.cc51 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local
189 Runtime* runtime = Runtime::Current(); in CompileMethod() 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/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc38 Runtime* runtime = Runtime::Current(); in Java_art_Test2031_simulateZygoteFork() 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.cc803 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

123456