/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/ |
D | instrumentation_test.cc | 208 Runtime* runtime = Runtime::Current(); in DeoptimizeMethod() local 224 Runtime* runtime = Runtime::Current(); in UndeoptimizeMethod() local 239 Runtime* runtime = Runtime::Current(); in DeoptimizeEverything() local 254 Runtime* runtime = Runtime::Current(); in UndeoptimizeEverything() local 269 Runtime* runtime = Runtime::Current(); in EnableMethodTracing() local 281 Runtime* runtime = Runtime::Current(); in DisableMethodTracing() local 456 Runtime* const runtime = Runtime::Current(); in TEST_F() local 485 Runtime* const runtime = Runtime::Current(); in TEST_F() local 503 Runtime* const runtime = Runtime::Current(); in TEST_F() local 549 Runtime* const runtime = Runtime::Current(); in TEST_F() local [all …]
|
D | signal_catcher.cc | 129 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local 185 Runtime* runtime = Runtime::Current(); in Run() local
|
D | oat_file_assistant.cc | 108 Runtime* runtime = Runtime::Current(); in IsInBootClassPath() local 639 Runtime* runtime = Runtime::Current(); in RelocateOatFile() local 676 Runtime* runtime = Runtime::Current(); in GenerateOatFile() local 740 Runtime* runtime = Runtime::Current(); in Dex2Oat() local 848 Runtime* runtime = Runtime::Current(); in ImageLocation() local 972 Runtime* runtime = Runtime::Current(); in GetImageInfo() local
|
D | runtime_android.cc | 44 Runtime* runtime = Runtime::Current(); in HandleUnexpectedSignal() local
|
D | reference_table.cc | 133 Runtime* runtime = Runtime::Current(); in Dump() local 164 Runtime* runtime = Runtime::Current(); in Dump() local
|
D | art_method.cc | 253 Runtime* runtime = Runtime::Current(); in Invoke() local 380 Runtime* runtime = Runtime::Current(); in GetOatQuickMethodHeader() local 486 Runtime* runtime = Runtime::Current(); in CopyFrom() local
|
D | intern_table.cc | 126 Runtime* runtime = Runtime::Current(); in InsertStrong() local 138 Runtime* runtime = Runtime::Current(); in InsertWeak() local 151 Runtime* runtime = Runtime::Current(); in RemoveWeak() local 528 Runtime* const runtime = Runtime::Current(); in Table() local
|
D | java_vm_ext.cc | 341 Runtime* runtime = raw_vm->GetRuntime(); in DetachCurrentThread() local 379 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime(); in AttachCurrentThreadInternal() local 423 JavaVMExt::JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options) in JavaVMExt() 910 Runtime* const runtime = Runtime::Current(); in SweepJniWeakGlobals() local 960 Runtime* runtime = Runtime::Current(); in JNI_CreateJavaVM() local 975 Runtime* runtime = Runtime::Current(); in JNI_GetCreatedJavaVMs() local
|
D | instrumentation.cc | 128 Runtime* const runtime = Runtime::Current(); in InstallStubsForMethod() local 594 Runtime* runtime = Runtime::Current(); in ConfigureStubs() local 638 Runtime* runtime = Runtime::Current(); in SetEntrypointsInstrumented() local 683 Runtime* runtime = Runtime::Current(); in ResetQuickAllocEntryPoints() local 890 Runtime* runtime = Runtime::Current(); in GetQuickCodeFor() local
|
D | trace.cc | 279 Runtime* runtime = Runtime::Current(); in RunSamplingThread() local 344 Runtime* runtime = Runtime::Current(); in Start() local 387 Runtime* const runtime = Runtime::Current(); in StopTracing() local 470 Runtime* runtime = Runtime::Current(); in Pause() local 537 Runtime* runtime = Runtime::Current(); in Resume() local
|
D | stack.cc | 640 Runtime* runtime = Runtime::Current(); in AssertPcIsWithinQuickCode() local 666 Runtime* const runtime = Runtime::Current(); in SanityCheckFrame() local 734 Runtime* runtime = Runtime::Current(); in GetCurrentQuickFrameInfo() local 920 auto* runtime = Runtime::Current(); in GetVRegOffsetFromQuickCode() local
|
D | runtime_linux.cc | 350 Runtime* runtime = Runtime::Current(); in HandleUnexpectedSignal() local
|
D | scoped_thread_state_change.h | 42 Runtime* runtime = Runtime::Current(); in ScopedThreadStateChange() local
|
/art/test/104-growth-limit/src/ |
D | Main.java | 30 final Object runtime = get_runtime.invoke(null); in main() local
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 82 Runtime* const runtime = Runtime::Current(); in EnableDebugFeatures() local 144 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePreFork() local
|
D | java_lang_reflect_Array.cc | 57 Runtime* runtime = Runtime::Current(); in Array_createObjectArray() local
|
D | dalvik_system_VMRuntime.cc | 81 Runtime* runtime = Runtime::Current(); in VMRuntime_newNonMovableArray() local 106 Runtime* runtime = Runtime::Current(); in VMRuntime_newUnpaddedArray() local 233 Runtime* runtime = Runtime::Current(); in VMRuntime_updateProcessState() local 492 Runtime* runtime = Runtime::Current(); in VMRuntime_preloadDexCaches() local
|
/art/runtime/mirror/ |
D | dex_cache_test.cc | 53 Runtime* const runtime = Runtime::Current(); in TEST_F() local
|
D | dex_cache.cc | 63 Runtime* const runtime = Runtime::Current(); in Init() local
|
/art/test/004-NativeAllocations/src/ |
D | Main.java | 25 static Object runtime; field in Main
|
/art/compiler/optimizing/ |
D | sharpening.cc | 167 Runtime* runtime = Runtime::Current(); in ProcessLoadString() local
|
/art/runtime/base/ |
D | mutex-inl.h | 62 Runtime* runtime = Runtime::Current(); in CheckUnattachedThread() local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 207 Runtime* runtime = Runtime::Current(); in CompileMethod() local
|
/art/runtime/arch/ |
D | arch_test.cc | 45 Runtime* const runtime = Runtime::Current(); in CheckFrameSize() local
|