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

123

/art/test/116-nodex2oat/
H A Drun25 ${RUN} ${flags} --runtime-option -Xnodex2oat
29 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/117-nopatchoat/
H A Drun28 ${RUN} ${flags} --runtime-option -Xnodex2oat
32 ${RUN} ${flags} --runtime-option -Xdex2oat
/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/118-noimage-dex2oat/
H A Drun24 BPATH="--runtime-option -Xbootclasspath:$ANDROID_HOST_OUT/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/javalib.jar"
28 BPATH="--runtime-option -Xbootclasspath:/system/framework/core-libart.jar"
33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
37 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/test/119-noimage-patchoat/
H A Drun28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/build/
H A DAndroid.gtest.mk69 runtime/arch/arch_test.cc \
70 runtime/arch/memcmp16_test.cc \
71 runtime/arch/stub_test.cc \
72 runtime/barrier_test.cc \
73 runtime/base/bit_field_test.cc \
74 runtime/base/bit_vector_test.cc \
75 runtime/base/hex_dump_test.cc \
76 runtime/base/histogram_test.cc \
77 runtime/base/mutex_test.cc \
78 runtime/bas
[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)
H A DAndroid.oat.mk32 $$(hide) $$(DEX2OATD) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) --runtime-arg -Xmx$(DEX2OAT_IMAGE_XMX) \
55 $$(hide) $$(DEX2OATD) --runtime-arg -Xms$(DEX2OAT_XMS) --runtime-arg -Xmx$(DEX2OAT_XMX) \
/art/runtime/
H A Druntime_android.cc45 Runtime* runtime = Runtime::Current(); local
46 if (runtime != nullptr) {
48 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage();
49 gc::Heap* heap = runtime->GetHeap();
H A Dsignal_catcher.cc33 #include "runtime.h"
71 // Create a raw pthread; its start routine will attach to the runtime.
120 Runtime* runtime = Runtime::Current(); local
121 ThreadList* thread_list = runtime->GetThreadList();
139 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n";
143 runtime->DumpForSigQuit(os);
192 Runtime* runtime = Runtime::Current(); local
193 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
194 !runtime
[all...]
H A Dscoped_thread_state_change.h40 Runtime* runtime = Runtime::Current(); local
41 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
63 Runtime* runtime = Runtime::Current(); variable
64 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(nullptr);
H A Dintern_table.cc112 Runtime* runtime = Runtime::Current(); local
113 if (runtime->IsActiveTransaction()) {
114 runtime->RecordStrongStringInsertion(s);
124 Runtime* runtime = Runtime::Current(); local
125 if (runtime->IsActiveTransaction()) {
126 runtime->RecordWeakStringInsertion(s);
137 Runtime* runtime = Runtime::Current(); local
138 if (runtime->IsActiveTransaction()) {
139 runtime->RecordWeakStringRemoval(s);
H A Dtrace.cc93 // Ignore runtime frames (in particular callee save).
295 Runtime* runtime = Runtime::Current(); local
298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
299 !runtime->IsCompiler()));
314 runtime->GetThreadList()->SuspendAll();
317 runtime->GetThreadList()->ForEach(GetSample, the_trace);
319 runtime->GetThreadList()->ResumeAll();
323 runtime->DetachCurrentThread();
363 Runtime* runtime local
402 Runtime* runtime = Runtime::Current(); local
[all...]
/art/test/004-NativeAllocations/src/
H A DMain.java23 static Object runtime; field in class:Main
33 register_native_allocation.invoke(runtime, bytes);
46 register_native_free.invoke(runtime, bytes);
53 runtime = get_runtime.invoke(null);
/art/test/104-growth-limit/src/
H A DMain.java39 Object runtime = get_runtime.invoke(null);
41 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"
54 Runtime* runtime = Runtime::Current(); local
55 if (runtime->HasResolutionMethod()) {
57 ArtMethod* trampoline = runtime->GetResolutionMethod();
H A Dart_method-inl.h34 #include "runtime-inl.h"
234 Runtime* runtime = Runtime::Current(); local
235 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this);
239 DCHECK(entry_point != runtime->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline());
241 UNLIKELY(entry_point == runtime->GetClassLinker()->GetQuickGenericJniTrampoline())) {
307 Runtime* runtime = Runtime::Current(); local
310 if (this == runtime->GetCalleeSaveMethod(Runtime::CalleeSaveType(i))) {
354 Runtime* runtime = Runtime::Current(); local
360 return runtime->GetCalleeSaveMethodFrameInfo(Runtime::kRefsAndArgs);
363 return runtime
438 Runtime* runtime = Runtime::Current(); local
[all...]
H A Dobject.cc34 #include "runtime.h"
196 Runtime* runtime = Runtime::Current(); local
197 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() ||
198 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) {
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc62 Runtime* runtime = Runtime::Current(); local
63 JavaVMExt* vm = runtime->GetJavaVM();
96 Runtime* runtime = Runtime::Current(); local
97 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
99 runtime->PreZygoteFork();
H A Djava_lang_reflect_Array.cc54 Runtime* runtime = Runtime::Current(); local
55 ClassLinker* class_linker = runtime->GetClassLinker();
64 runtime->GetHeap()->GetCurrentAllocator());
/art/test/
H A Drun-test75 runtime="art"
89 runtime="jvm"
97 runtime="dalvik"
121 elif [ "x$1" = "x--runtime-option" ]; then
124 run_args="${run_args} --runtime-option $option"
209 run_args="${run_args} --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin --runtime-option -Xmethod-trace-file-size:2000000"
225 if [ "$runtime" = "jvm" ]; then
243 if [ ! "$runtime"
[all...]
/art/dalvikvm/
H A DAndroid.mk29 LOCAL_C_INCLUDES := art/runtime
55 LOCAL_C_INCLUDES := art/runtime
/art/runtime/entrypoints/quick/
H A Dquick_instrumentation_entrypoints.cc22 #include "runtime.h"
60 Runtime* runtime = Runtime::Current(); local
61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly));
/art/runtime/base/
H A Dmutex-inl.h29 #include "runtime.h"
89 Runtime* runtime = Runtime::Current(); variable
90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() ||
91 // Used during thread creation to avoid races with runtime shutdown. Thread::Current not

Completed in 485 milliseconds

123