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

1234

/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/116-nodex2oat/
H A Drun29 ${RUN} ${flags} --runtime-option -Xnodex2oat
33 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/117-nopatchoat/
H A Drun41 ${RUN} ${flags} --runtime-option -Xnodex2oat
45 ${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 Drun46 bpath_arg="--runtime-option -Xbootclasspath:${bpath}"
51 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
55 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
59 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
/art/build/
H A DAndroid.gtest.mk125 runtime/arch/arch_test.cc \
126 runtime/arch/instruction_set_test.cc \
127 runtime/arch/instruction_set_features_test.cc \
128 runtime/arch/memcmp16_test.cc \
129 runtime/arch/stub_test.cc \
130 runtime/arch/arm/instruction_set_features_arm_test.cc \
131 runtime/arch/arm64/instruction_set_features_arm64_test.cc \
132 runtime/arch/mips/instruction_set_features_mips_test.cc \
133 runtime/arch/mips64/instruction_set_features_mips64_test.cc \
134 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
21 ART_CPPLINT_SRC := $(shell find art -name "*.h" -o -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/llvm/generated/ | grep -v art/runtime/elf\.h)
/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 Dinstrumentation_test.cc25 #include "runtime.h"
143 Runtime* runtime = Runtime::Current(); local
144 runtime->GetThreadList()->SuspendAll("Instrumentation::ConfigureStubs");
146 runtime->GetThreadList()->ResumeAll();
166 Runtime* runtime = Runtime::Current(); local
167 runtime->GetThreadList()->SuspendAll("Add instrumentation listener");
169 runtime->GetThreadList()->ResumeAll();
186 Runtime* runtime = Runtime::Current(); local
187 runtime->GetThreadList()->SuspendAll("Remove instrumentation listener");
189 runtime
202 Runtime* runtime = Runtime::Current(); local
217 Runtime* runtime = Runtime::Current(); local
231 Runtime* runtime = Runtime::Current(); local
245 Runtime* runtime = Runtime::Current(); local
259 Runtime* runtime = Runtime::Current(); local
270 Runtime* runtime = Runtime::Current(); local
433 Runtime* const runtime = Runtime::Current(); local
462 Runtime* const runtime = Runtime::Current(); local
480 Runtime* const runtime = Runtime::Current(); local
526 Runtime* const runtime = Runtime::Current(); local
545 Runtime* const runtime = Runtime::Current(); local
[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);
H A Dtrace.cc62 // Ignore runtime frames (in particular callee save).
278 Runtime* runtime = Runtime::Current(); local
281 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
282 !runtime->IsAotCompiler()));
297 runtime->GetThreadList()->SuspendAll(__FUNCTION__);
300 runtime->GetThreadList()->ForEach(GetSample, the_trace);
302 runtime->GetThreadList()->ResumeAll();
306 runtime->DetachCurrentThread();
346 Runtime* runtime local
388 Runtime* const runtime = Runtime::Current(); local
466 Runtime* runtime = Runtime::Current(); local
529 Runtime* runtime = Runtime::Current(); local
[all...]
/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/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc71 Runtime* const runtime = Runtime::Current(); local
73 JavaVMExt* vm = runtime->GetJavaVM();
99 runtime->AddCompilerOption("--compiler-filter=interpret-only");
113 runtime->GetJITOptions()->SetUseJIT(use_jit);
117 runtime->AddCompilerOption("--generate-debug-info");
130 Runtime* runtime = Runtime::Current(); local
131 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
133 runtime->PreZygoteFork();
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/test/104-growth-limit/src/
H A DMain.java30 final Object runtime = get_runtime.invoke(null);
43 clear_growth_limit.invoke(runtime);
/art/test/115-native-bridge/
H A Drun29 exec ${RUN} --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
/art/runtime/mirror/
H A Ddex_cache.cc28 #include "runtime.h"
51 Runtime* const runtime = Runtime::Current(); local
52 if (runtime->HasResolutionMethod()) {
54 Fixup(runtime->GetResolutionMethod(), pointer_size);
/art/compiler/jit/
H A Djit_compiler.cc114 Runtime* runtime = Runtime::Current(); local
115 if (runtime->GetJit()->GetCodeCache()->ContainsMethod(method)) {
122 if (!runtime->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) {
148 runtime->GetArenaPool()->TrimMaps();
156 if (!runtime->GetInstrumentation()->AreAllMethodsDeoptimized()) {
157 const void* code = runtime->GetClassLinker()->GetOatMethodQuickCodeFor(method);
170 runtime->GetJit()->AddTimingLogger(logger);
209 Runtime* runtime = Runtime::Current(); local
210 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache();
/art/runtime/base/
H A Dmutex-inl.h26 #include "runtime.h"
62 Runtime* runtime = Runtime::Current(); variable
63 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() ||
64 // Used during thread creation to avoid races with runtime shutdown. Thread::Current not
/art/runtime/jit/
H A Djit.cc26 #include "runtime.h"
168 Runtime* const runtime = Runtime::Current(); local
169 runtime->GetThreadList()->SuspendAll(__FUNCTION__);
173 runtime->GetInstrumentation()->AddListener(
177 runtime->GetThreadList()->ResumeAll();
/art/dalvikvm/
H A DAndroid.mk29 LOCAL_C_INCLUDES := art/runtime
57 LOCAL_C_INCLUDES := art/runtime
/art/cmdline/
H A Dcmdline.h27 #include "runtime.h"
40 // TODO: Move to <runtime/utils.h> and remove all copies of this function.
109 fprintf(stderr, "Failed to create runtime\n");
305 std::unique_ptr<Runtime> runtime; local
315 runtime.reset(CreateRuntime(args.get()));
316 if (runtime == nullptr) {
319 if (!ExecuteWithRuntime(runtime.get())) {
341 // Override this function to do something else with the runtime.
342 virtual bool ExecuteWithRuntime(Runtime* runtime) { argument
343 CHECK(runtime !
[all...]

Completed in 7543 milliseconds

1234