Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 207) sorted by relevance

123456789

/art/test/119-noimage-patchoat/
Drun34 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
38 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin…
42 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/test/118-noimage-dex2oat/
Drun50 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
54 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runt…
58 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
/art/test/909-attach-agent/
Drun24 ./default-run "$@" --android-runtime-option -Xplugin:${plugin} \
25 --android-runtime-option -Xcompiler-option \
26 --android-runtime-option --debuggable \
29 ./default-run "$@" --android-runtime-option -Xcompiler-option \
30 --android-runtime-option --debuggable \
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc136 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses() local
147 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
168 Runtime* const runtime = Runtime::Current(); in EnableDebugFeatures() local
170 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures()
196 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()
197 runtime->SetSafeMode(true); in EnableDebugFeatures()
203 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
211 jit::JitOptions* jit_options = runtime->GetJITOptions(); in EnableDebugFeatures()
219 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
220 runtime->SetJavaDebuggable(true); in EnableDebugFeatures()
[all …]
/art/build/
DAndroid.cpplint.mk20 …on,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_…
23 runtime/elf.h \
24 runtime/openjdkjvmti/include/jvmti.h
/art/test/595-profile-saving/
Drun24 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
25 --runtime-option -Xjitsaveprofilinginfo \
26 --runtime-option -Xusejit:false \
/art/test/900-hello-plugin/
Drun21 ./default-run "$@" --runtime-option -agentpath:${plugin}=test_900 \
22 --runtime-option -agentpath:${plugin}=test_900_round_2 \
23 --android-runtime-option -Xplugin:${plugin}
/art/runtime/
Dsignal_catcher.cc130 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local
139 std::string fingerprint = runtime->GetFingerprint(); in HandleSigQuit()
141 os << "ABI: '" << GetInstructionSetString(runtime->GetInstructionSet()) << "'\n"; in HandleSigQuit()
145 runtime->DumpForSigQuit(os); in HandleSigQuit()
187 Runtime* runtime = Runtime::Current(); in Run() local
188 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
189 !runtime->IsAotCompiler())); in Run()
207 runtime->DetachCurrentThread(); in Run()
Dscoped_thread_state_change-inl.h34 Runtime* runtime = Runtime::Current(); in ScopedThreadStateChange() local
35 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
57 Runtime* runtime = Runtime::Current(); in ~ScopedThreadStateChange() local
58 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); in ~ScopedThreadStateChange()
Dinstrumentation_test.cc209 Runtime* runtime = Runtime::Current(); in DeoptimizeMethod() local
210 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeMethod()
225 Runtime* runtime = Runtime::Current(); in UndeoptimizeMethod() local
226 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeMethod()
240 Runtime* runtime = Runtime::Current(); in DeoptimizeEverything() local
241 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeEverything()
255 Runtime* runtime = Runtime::Current(); in UndeoptimizeEverything() local
256 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeEverything()
270 Runtime* runtime = Runtime::Current(); in EnableMethodTracing() local
271 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in EnableMethodTracing()
[all …]
/art/runtime/openjdkjvmti/
Dti_jni.cc66 art::Runtime* runtime = art::Runtime::Current(); in GetJNIFunctionTable() local
67 if (runtime != nullptr && runtime->GetJavaVM() != nullptr) { in GetJNIFunctionTable()
68 check_jni = runtime->GetJavaVM()->IsCheckJniEnabled(); in GetJNIFunctionTable()
DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running
7 operations on the global runtime state.
/art/test/004-NativeAllocations/src/
DMain.java26 static Object runtime; field in Main
36 register_native_allocation.invoke(runtime, bytes); in NativeAllocation()
60 register_native_free.invoke(runtime, bytes); in finalize()
70 runtime = get_runtime.invoke(null); in main()
/art/test/134-nodex2oat-nofallback/
Drun20 ${RUN} ${flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
/art/test/304-method-tracing/
Drun18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATIO…
/art/test/157-void-class/
Drun21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
/art/test/116-nodex2oat/
Drun29 ${RUN} ${flags} --runtime-option -Xnodex2oat
33 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/117-nopatchoat/
Drun39 ${RUN} ${flags} --runtime-option -Xnodex2oat
43 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/compiler/optimizing/
Dsharpening.cc163 Runtime* runtime = Runtime::Current(); in ComputeLoadClassKind() local
166 DCHECK(!runtime->UseJitCompilation()); in ComputeLoadClassKind()
183 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get()); in ComputeLoadClassKind()
184 if (runtime->UseJitCompilation()) { in ComputeLoadClassKind()
235 Runtime* runtime = Runtime::Current(); in ProcessLoadString() local
236 ClassLinker* class_linker = runtime->GetClassLinker(); in ProcessLoadString()
247 DCHECK(!runtime->UseJitCompilation()); in ProcessLoadString()
259 } else if (runtime->UseJitCompilation()) { in ProcessLoadString()
264 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) { in ProcessLoadString()
276 runtime->GetHeap()->ObjectIsInBootImageSpace(string) && in ProcessLoadString()
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java165 Object runtime = VMRuntime.getRuntime(); in testVisibilityCompatibility() local
166 int currentSdkVersion = VMRuntime.getTargetSdkVersion(runtime); in testVisibilityCompatibility()
169 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion); in testVisibilityCompatibility()
176 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion); in testVisibilityCompatibility()
290 public static int getTargetSdkVersion(Object runtime) throws Exception { in getTargetSdkVersion() argument
291 return (int) getTargetSdkVersionMethod.invoke(runtime); in getTargetSdkVersion()
294 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { in setTargetSdkVersion() argument
295 setTargetSdkVersionMethod.invoke(runtime, version); in setTargetSdkVersion()
/art/test/
Drun-test131 runtime="art"
176 runtime="jvm"
191 runtime="dalvik"
436 if [ ! "$runtime" = "jvm" ]; then
490 if [ "$runtime" = "jvm" ]; then
506 if [ ! "$runtime" = "jvm" ]; then
510 if [ "$runtime" = "dalvik" ]; then
518 elif [ "$runtime" = "art" ]; then
533 elif [ "$runtime" = "jvm" ]; then
539 if [ "$runtime" != "art" ]; then
[all …]
/art/runtime/arch/
Darch_test.cc45 Runtime* const runtime = Runtime::Current(); in CheckFrameSize() local
49 runtime->SetInstructionSet(isa); in CheckFrameSize()
50 ArtMethod* save_method = runtime->CreateCalleeSaveMethod(); in CheckFrameSize()
51 runtime->SetCalleeSaveMethod(save_method, type); in CheckFrameSize()
52 QuickMethodFrameInfo frame_info = runtime->GetRuntimeMethodFrameInfo(save_method); in CheckFrameSize()
/art/test/115-native-bridge/
Drun34 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgete…
/art/test/104-growth-limit/src/
DMain.java30 final Object runtime = get_runtime.invoke(null); in main() local
43 clear_growth_limit.invoke(runtime); in main()
/art/runtime/gc/collector/
Dgarbage_collector.cc168 Runtime* runtime = Runtime::Current(); in ScopedPause() local
169 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
171 GcPauseListener* pause_listener = runtime->GetHeap()->GetGcPauseListener(); in ScopedPause()
180 Runtime* runtime = Runtime::Current(); in ~ScopedPause() local
182 GcPauseListener* pause_listener = runtime->GetHeap()->GetGcPauseListener(); in ~ScopedPause()
187 runtime->GetThreadList()->ResumeAll(); in ~ScopedPause()

123456789