/art/build/ |
D | Android.gtest.mk | 69 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/hash_set_test.cc \ 76 runtime/base/hex_dump_test.cc \ 77 runtime/base/histogram_test.cc \ 78 runtime/base/mutex_test.cc \ [all …]
|
D | Android.cpplint.mk | 20 …on,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_… 21 … -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/llvm/generated/ | grep -v art/runtime/elf\.h)
|
D | Android.oat.mk | 32 …$$(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/native/ |
D | dalvik_system_ZygoteHooks.cc | 62 Runtime* runtime = Runtime::Current(); in EnableDebugFeatures() local 63 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures() 88 Runtime* runtime = Runtime::Current(); in EnableDebugFeatures() local 89 runtime->AddCompilerOption("--compiler-filter=interpret-only"); in EnableDebugFeatures() 102 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePreFork() local 103 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork() 105 runtime->PreZygoteFork(); in ZygoteHooks_nativePreFork()
|
D | java_lang_reflect_Array.cc | 54 Runtime* runtime = Runtime::Current(); in Array_createObjectArray() local 55 ClassLinker* class_linker = runtime->GetClassLinker(); in Array_createObjectArray() 64 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
|
D | dalvik_system_VMRuntime.cc | 71 Runtime* runtime = Runtime::Current(); in VMRuntime_newNonMovableArray() local 73 runtime->GetClassLinker()->FindArrayClass(soa.Self(), &element_class); in VMRuntime_newNonMovableArray() 77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() 95 Runtime* runtime = Runtime::Current(); in VMRuntime_newUnpaddedArray() local 96 mirror::Class* array_class = runtime->GetClassLinker()->FindArrayClass(soa.Self(), in VMRuntime_newUnpaddedArray() 101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray() 432 Runtime* runtime = Runtime::Current(); in VMRuntime_preloadDexCaches() local 433 ClassLinker* linker = runtime->GetClassLinker(); in VMRuntime_preloadDexCaches() 439 runtime->GetInternTable()->VisitRoots(PreloadDexCachesStringsCallback, &strings, in VMRuntime_preloadDexCaches()
|
/art/runtime/ |
D | signal_catcher.cc | 126 Runtime* runtime = Runtime::Current(); in HandleSigQuit() local 127 ThreadList* thread_list = runtime->GetThreadList(); in HandleSigQuit() 145 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n"; in HandleSigQuit() 149 runtime->DumpForSigQuit(os); in HandleSigQuit() 198 Runtime* runtime = Runtime::Current(); in Run() local 199 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run() 200 !runtime->IsCompiler())); in Run() 218 runtime->DetachCurrentThread(); in Run()
|
D | runtime_android.cc | 45 Runtime* runtime = Runtime::Current(); in HandleUnexpectedSignal() local 46 if (runtime != nullptr) { in HandleUnexpectedSignal() 48 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage(); in HandleUnexpectedSignal() 49 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal()
|
D | trace.cc | 295 Runtime* runtime = Runtime::Current(); in RunSamplingThread() local 298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread() 299 !runtime->IsCompiler())); in RunSamplingThread() 314 runtime->GetThreadList()->SuspendAll(); in RunSamplingThread() 317 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread() 319 runtime->GetThreadList()->ResumeAll(); in RunSamplingThread() 323 runtime->DetachCurrentThread(); in RunSamplingThread() 363 Runtime* runtime = Runtime::Current(); in Start() local 368 runtime->GetThreadList()->SuspendAll(); in Start() 383 runtime->GetInstrumentation()->AddListener(the_trace_, in Start() [all …]
|
D | scoped_thread_state_change.h | 40 Runtime* runtime = Runtime::Current(); in ScopedThreadStateChange() local 41 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange() 63 Runtime* runtime = Runtime::Current(); in LOCKS_EXCLUDED() local 64 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(nullptr); in LOCKS_EXCLUDED()
|
D | intern_table.cc | 100 Runtime* runtime = Runtime::Current(); in InsertStrong() local 101 if (runtime->IsActiveTransaction()) { in InsertStrong() 102 runtime->RecordStrongStringInsertion(s); in InsertStrong() 112 Runtime* runtime = Runtime::Current(); in InsertWeak() local 113 if (runtime->IsActiveTransaction()) { in InsertWeak() 114 runtime->RecordWeakStringInsertion(s); in InsertWeak() 125 Runtime* runtime = Runtime::Current(); in RemoveWeak() local 126 if (runtime->IsActiveTransaction()) { in RemoveWeak() 127 runtime->RecordWeakStringRemoval(s); in RemoveWeak()
|
D | thread.cc | 147 Runtime* runtime = Runtime::Current(); in CreateCallback() local 148 if (runtime == nullptr) { in CreateCallback() 158 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback() 159 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in CreateCallback() 291 Runtime* runtime = Runtime::Current(); in CreateNativeThread() local 297 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread() 300 runtime->StartThreadBirth(); in CreateNativeThread() 331 runtime->EndThreadBirth(); in CreateNativeThread() 378 Runtime* runtime = Runtime::Current(); in Attach() local 379 if (runtime == nullptr) { in Attach() [all …]
|
/art/test/119-noimage-patchoat/ |
D | run | 28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin} 32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
|
/art/test/118-noimage-dex2oat/ |
D | run | 33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat 37 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
|
/art/test/004-NativeAllocations/src/ |
D | Main.java | 23 static Object runtime; field in Main 33 register_native_allocation.invoke(runtime, bytes); in NativeAllocation() 46 register_native_free.invoke(runtime, bytes); in finalize() 53 runtime = get_runtime.invoke(null); in main()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 233 Runtime* runtime = Runtime::Current(); in GetQuickOatEntryPoint() local 234 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this, pointer_size); in GetQuickOatEntryPoint() 238 DCHECK_NE(entry_point, runtime->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline()); in GetQuickOatEntryPoint() 240 UNLIKELY(entry_point == runtime->GetClassLinker()->GetQuickGenericJniTrampoline())) { in GetQuickOatEntryPoint() 315 Runtime* runtime = Runtime::Current(); in IsCalleeSaveMethod() local 318 if (this == runtime->GetCalleeSaveMethod(Runtime::CalleeSaveType(i))) { in IsCalleeSaveMethod() 365 Runtime* runtime = Runtime::Current(); in GetQuickFrameInfo() local 371 return runtime->GetCalleeSaveMethodFrameInfo(Runtime::kRefsAndArgs); in GetQuickFrameInfo() 374 return runtime->GetRuntimeMethodFrameInfo(this); in GetQuickFrameInfo() 377 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this, sizeof(void*)); in GetQuickFrameInfo() [all …]
|
D | dex_cache.cc | 54 Runtime* runtime = Runtime::Current(); in Init() local 55 if (runtime->HasResolutionMethod()) { in Init() 57 ArtMethod* trampoline = runtime->GetResolutionMethod(); in Init()
|
/art/test/ |
D | run-test | 75 runtime="art" 89 runtime="jvm" 97 runtime="dalvik" 228 if [ "$runtime" = "jvm" ]; then 246 if [ ! "$runtime" = "jvm" ]; then 250 if [ "$runtime" = "dalvik" ]; then 258 elif [ "$runtime" = "art" ]; then
|
/art/test/304-method-tracing/ |
D | run | 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATIO…
|
/art/test/116-nodex2oat/ |
D | run | 25 ${RUN} ${flags} --runtime-option -Xnodex2oat 29 ${RUN} ${flags} --runtime-option -Xdex2oat
|
/art/test/117-nopatchoat/ |
D | run | 28 ${RUN} ${flags} --runtime-option -Xnodex2oat 32 ${RUN} ${flags} --runtime-option -Xdex2oat
|
/art/test/104-growth-limit/src/ |
D | Main.java | 39 Object runtime = get_runtime.invoke(null); in main() local 41 clear_growth_limit.invoke(runtime); in main()
|
/art/runtime/base/ |
D | mutex-inl.h | 89 Runtime* runtime = Runtime::Current(); in CheckUnattachedThread() local 90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
|
/art/compiler/ |
D | image_writer.cc | 649 Runtime* runtime = Runtime::Current(); in PruneNonImageClasses() local 650 ClassLinker* class_linker = runtime->GetClassLinker(); in PruneNonImageClasses() 666 ArtMethod* resolution_method = runtime->GetResolutionMethod(); in PruneNonImageClasses() 756 Runtime* runtime = Runtime::Current(); in CreateImageRoots() local 757 ClassLinker* class_linker = runtime->GetClassLinker(); in CreateImageRoots() 789 image_roots->Set<false>(ImageHeader::kResolutionMethod, runtime->GetResolutionMethod()); in CreateImageRoots() 790 image_roots->Set<false>(ImageHeader::kImtConflictMethod, runtime->GetImtConflictMethod()); in CreateImageRoots() 792 runtime->GetImtUnimplementedMethod()); in CreateImageRoots() 793 image_roots->Set<false>(ImageHeader::kDefaultImt, runtime->GetDefaultImt()); in CreateImageRoots() 795 runtime->GetCalleeSaveMethod(Runtime::kSaveAll)); in CreateImageRoots() [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_instrumentation_entrypoints.cc | 60 Runtime* runtime = Runtime::Current(); in artInstrumentationMethodExitFromCode() local 61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)); in artInstrumentationMethodExitFromCode()
|