Searched refs:runtime (Results 1 - 25 of 99) sorted by relevance

1234

/art/test/577-profile-foreign-dex/
H A Drun18 --runtime-option -Xjitsaveprofilinginfo \
19 --runtime-option -Xusejit:true \
/art/test/570-checker-osr/
H A Drun18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
/art/test/595-profile-saving/
H A Drun25 --runtime-option -XOatFileManagerCompilerFilter:interpret-only \
26 --runtime-option -Xjitsaveprofilinginfo \
27 --runtime-option -Xusejit:false \
/art/test/138-duplicate-classes-check2/
H A Drun19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
/art/test/134-nodex2oat-nofallback/
H A Drun20 ${RUN} ${flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
/art/test/304-method-tracing/
H A Drun18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
/art/test/613-inlining-dex-cache/
H A Drun19 # at runtime which will update the dex cache.
20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
/art/test/116-nodex2oat/
H A Drun29 ${RUN} ${flags} --runtime-option -Xnodex2oat
33 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/117-nopatchoat/
H A Drun39 ${RUN} ${flags} --runtime-option -Xnodex2oat
43 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/119-noimage-patchoat/
H A 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} --runtime-option -Xno-dex-file-fallback
42 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/test/118-noimage-dex2oat/
H A Drun45 bpath_arg="--runtime-option -Xbootclasspath:${bpath}"
50 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
54 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
58 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
/art/build/
H A DAndroid.gtest.mk182 runtime/arch/arch_test.cc \
183 runtime/arch/instruction_set_test.cc \
184 runtime/arch/instruction_set_features_test.cc \
185 runtime/arch/memcmp16_test.cc \
186 runtime/arch/stub_test.cc \
187 runtime/arch/arm/instruction_set_features_arm_test.cc \
188 runtime/arch/arm64/instruction_set_features_arm64_test.cc \
189 runtime/arch/mips/instruction_set_features_mips_test.cc \
190 runtime/arch/mips64/instruction_set_features_mips64_test.cc \
191 runtime/arc
[all...]
H A DAndroid.cpplint.mk20 ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf
25 # 3) removes art/runtime/elf.h from the list.
26 ART_CPPLINT_SRC := $(filter-out $(LOCAL_PATH)/runtime/elf.h, $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir-named-files,*$(ART_CPP_EXTENSION))))
/art/runtime/
H A Druntime_android.cc44 Runtime* runtime = Runtime::Current(); local
45 if (runtime != nullptr) {
47 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage();
48 gc::Heap* heap = runtime->GetHeap();
H A Dsignal_catcher.cc36 #include "runtime.h"
74 // Create a raw pthread; its start routine will attach to the runtime.
129 Runtime* runtime = Runtime::Current(); local
138 std::string fingerprint = runtime->GetFingerprint();
140 os << "ABI: '" << GetInstructionSetString(runtime->GetInstructionSet()) << "'\n";
144 runtime->DumpForSigQuit(os);
185 Runtime* runtime = Runtime::Current(); local
186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
187 !runtime
[all...]
H A Dscoped_thread_state_change.h42 Runtime* runtime = Runtime::Current(); local
43 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
65 Runtime* runtime = Runtime::Current(); variable
66 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr);
/art/test/004-NativeAllocations/src/
H A DMain.java25 static Object runtime; field in class:Main
35 register_native_allocation.invoke(runtime, bytes);
50 register_native_free.invoke(runtime, bytes);
60 runtime = get_runtime.invoke(null);
/art/test/115-native-bridge/
H A Drun31 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
/art/test/104-growth-limit/src/
H A DMain.java30 final Object runtime = get_runtime.invoke(null);
43 clear_growth_limit.invoke(runtime);
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc82 Runtime* const runtime = Runtime::Current(); local
84 JavaVMExt* vm = runtime->GetJavaVM();
110 runtime->AddCompilerOption("--compiler-filter=interpret-only");
111 runtime->SetSafeMode(true);
117 runtime->AddCompilerOption("--generate-debug-info");
125 jit::JitOptions* jit_options = runtime->GetJITOptions();
132 runtime->AddCompilerOption("--debuggable");
133 runtime->AddCompilerOption("--generate-debug-info");
134 runtime->SetNativeDebuggable(true);
144 Runtime* runtime local
[all...]
H A Djava_lang_reflect_Array.cc57 Runtime* runtime = Runtime::Current(); local
58 ClassLinker* class_linker = runtime->GetClassLinker();
66 soa.Self(), array_class, length, runtime->GetHeap()->GetCurrentAllocator());
/art/runtime/mirror/
H A Ddex_cache_test.cc53 Runtime* const runtime = Runtime::Current(); local
54 ClassLinker* const class_linker = runtime->GetClassLinker();
61 EXPECT_NE(linear_alloc, runtime->GetLinearAlloc());
69 Runtime* const runtime = Runtime::Current(); local
70 ClassLinker* const class_linker = runtime->GetClassLinker();
H A Ddex_cache.cc28 #include "runtime.h"
63 Runtime* const runtime = Runtime::Current(); local
64 if (runtime->HasResolutionMethod()) {
66 Fixup(runtime->GetResolutionMethod(), pointer_size);
/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java166 Object runtime = VMRuntime.getRuntime();
167 int currentSdkVersion = VMRuntime.getTargetSdkVersion(runtime);
170 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion);
171 // This annotation has CLASS retention, but is visible to the runtime in M and earlier.
177 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion);
249 // Test if annotations marked VISIBILITY_BUILD are visible to runtime in M and earlier.
291 public static int getTargetSdkVersion(Object runtime) throws Exception { argument
292 return (int) getTargetSdkVersionMethod.invoke(runtime);
295 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { argument
296 setTargetSdkVersionMethod.invoke(runtime, versio
[all...]
/art/dex2oat/
H A Ddex2oat_test.cc56 args.push_back("--runtime-arg");
104 Runtime* runtime = Runtime::Current(); local
107 runtime->GetHeap()->GetBootImageSpaces();
115 argv.push_back(runtime->GetCompilerExecutable());
116 argv.push_back("--runtime-arg");
118 argv.push_back("--runtime-arg");
119 std::string class_path = runtime->GetClassPathString();
124 if (runtime->IsDebuggable()) {
127 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv);
129 if (!runtime
[all...]

Completed in 727 milliseconds

1234