Home
last modified time | relevance | path

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

12345

/art/test/1000-non-moving-space-stress/src-art/
DMain.java22 VMRuntime runtime = VMRuntime.getRuntime(); in main() local
47 static void $noinline$Alloc(VMRuntime runtime) { in $noinline$Alloc()
/art/runtime/
Daot_class_linker.cc39 Runtime* const runtime = Runtime::Current(); in InitializeClass() local
80 Runtime* const runtime = Runtime::Current(); in PerformClassVerification() local
Dinstrumentation_test.cc268 Runtime* runtime = Runtime::Current(); in DeoptimizeMethod() local
284 Runtime* runtime = Runtime::Current(); in UndeoptimizeMethod() local
299 Runtime* runtime = Runtime::Current(); in DeoptimizeEverything() local
314 Runtime* runtime = Runtime::Current(); in UndeoptimizeEverything() local
329 Runtime* runtime = Runtime::Current(); in EnableMethodTracing() local
341 Runtime* runtime = Runtime::Current(); in DisableMethodTracing() local
500 Runtime* const runtime = Runtime::Current(); in TEST_F() local
520 Runtime* const runtime = Runtime::Current(); in TEST_F() local
540 Runtime* const runtime = Runtime::Current(); in TEST_F() local
575 Runtime* const runtime = Runtime::Current(); in TEST_F() local
[all …]
Dscoped_thread_state_change-inl.h38 Runtime* runtime = Runtime::Current(); in ScopedThreadStateChange() local
61 Runtime* runtime = Runtime::Current(); in ~ScopedThreadStateChange() local
Dsignal_catcher.cc117 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local
174 Runtime* runtime = Runtime::Current(); in Run() local
Dart_method.cc320 Runtime* runtime = Runtime::Current(); in Invoke() local
582 Runtime* runtime = Runtime::Current(); in GetOatQuickMethodHeader() local
677 Runtime* runtime = Runtime::Current(); in HasAnyCompiledCode() local
761 Runtime* runtime = Runtime::Current(); in CopyFrom() local
792 Runtime* runtime = Runtime::Current(); in IsImagePointerSize() local
843 Runtime* const runtime = Runtime::Current(); in GetRuntimeMethodName() local
Dhidden_api.cc229 Runtime* runtime = Runtime::Current(); in LogAccessToEventLog() local
272 Runtime* runtime = Runtime::Current(); in NotifyHiddenApiListener() local
307 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag) in MaybeUpdateAccessFlags()
436 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMemberImpl() local
Dintern_table.cc128 Runtime* runtime = Runtime::Current(); in InsertStrong() local
140 Runtime* runtime = Runtime::Current(); in InsertWeak() local
153 Runtime* runtime = Runtime::Current(); in RemoveWeak() local
462 Runtime* const runtime = Runtime::Current(); in Table() local
Druntime_common.cc375 Runtime* runtime = Runtime::Current(); in GetFaultMessageForAbortLogging() local
424 Runtime* runtime = Runtime::Current(); in HandleUnexpectedSignalCommonDump() local
Dreference_table.cc140 Runtime* runtime = Runtime::Current(); in Dump() local
171 Runtime* runtime = Runtime::Current(); in Dump() local
/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.cc106 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
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc116 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses() local
160 Runtime* const runtime = Runtime::Current(); in EnableDebugFeatures() local
242 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePreFork() local
252 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePostZygoteFork() local
290 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePostForkChild() local
Djava_lang_reflect_Array.cc60 Runtime* runtime = Runtime::Current(); in Array_createObjectArray() 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
Dti_search.cc201 art::Runtime* runtime = art::Runtime::Current(); in Register() local
213 art::Runtime* runtime = art::Runtime::Current(); in Unregister() local
Dti_redefine.h217 art::Runtime* runtime, in Redefiner()
/art/compiler/jit/
Djit_compiler.cc48 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions() local
193 Runtime* runtime = Runtime::Current(); in CompileMethod() local
/art/compiler/optimizing/
Dsharpening.cc153 Runtime* runtime = Runtime::Current(); in ComputeLoadClassKind() local
292 Runtime* runtime = Runtime::Current(); in ProcessLoadString() local
/art/test/004-NativeAllocations/src-art/
DMain.java24 static VMRuntime runtime = VMRuntime.getRuntime(); field in Main
/art/runtime/gc/collector/
Dgarbage_collector.cc239 Runtime* runtime = Runtime::Current(); in ScopedPause() local
251 Runtime* runtime = Runtime::Current(); in ~ScopedPause() local
/art/tools/tracefast-plugin/
Dtracefast.cc128 art::Runtime* runtime = art::Runtime::Current(); in StartTracing() local
157 art::Runtime* runtime = art::Runtime::Current(); in ArtPlugin_Initialize() local
/art/runtime/jni/
Djava_vm_ext.cc406 Runtime* runtime = raw_vm->GetRuntime(); in DetachCurrentThread() local
437 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime(); in AttachCurrentThreadInternal() local
481 JavaVMExt::JavaVMExt(Runtime* runtime, in JavaVMExt()
519 std::unique_ptr<JavaVMExt> JavaVMExt::Create(Runtime* runtime, in Create()
1147 Runtime* const runtime = Runtime::Current(); in SweepJniWeakGlobals() local
1209 Runtime* runtime = Runtime::Current(); in JNI_CreateJavaVM() local
1224 Runtime* runtime = Runtime::Current(); in JNI_GetCreatedJavaVMs() local
/art/runtime/mirror/
Dmethod_type_test.cc45 Runtime* const runtime = Runtime::Current(); in CreateMethodType() local

12345