Home
last modified time | relevance | path

Searched refs:art (Results 1 – 25 of 1056) sorted by relevance

12345678910>>...43

/art/runtime/arch/arm/
Dquick_method_frame_info_arm.h25 namespace art {
29 (1 << art::arm::LR);
31 (1 << art::arm::R5) | (1 << art::arm::R6) | (1 << art::arm::R7) | (1 << art::arm::R8) |
32 (1 << art::arm::R10) | (1 << art::arm::R11);
34 (1 << art::arm::R1) | (1 << art::arm::R2) | (1 << art::arm::R3);
36 (1 << art::arm::R4) | (1 << art::arm::R9);
41 (1 << art::arm::S0) | (1 << art::arm::S1) | (1 << art::arm::S2) | (1 << art::arm::S3) |
42 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
43 (1 << art::arm::S8) | (1 << art::arm::S9) | (1 << art::arm::S10) | (1 << art::arm::S11) |
44 (1 << art::arm::S12) | (1 << art::arm::S13) | (1 << art::arm::S14) | (1 << art::arm::S15);
[all …]
/art/
DAndroid.mk36 ifneq (,$(filter %tests test-art% valgrind-test-art% build-art%,$(MAKECMDGOALS)))
121 .PHONY: test-art-target-sync
123 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS)
128 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS)
138 .PHONY: test-art
139 test-art: test-art-host test-art-target
142 .PHONY: test-art-gtest
143 test-art-gtest: test-art-host-gtest test-art-target-gtest
146 .PHONY: test-art-run-test
147 test-art-run-test: test-art-host-run-test test-art-target-run-test
[all …]
/art/runtime/arch/mips64/
Dquick_method_frame_info_mips64.h25 namespace art {
29 (1 << art::mips64::S2) | (1 << art::mips64::S3) | (1 << art::mips64::S4) |
30 (1 << art::mips64::S5) | (1 << art::mips64::S6) | (1 << art::mips64::S7) |
31 (1 << art::mips64::GP) | (1 << art::mips64::S8);
33 (1 << art::mips64::A1) | (1 << art::mips64::A2) | (1 << art::mips64::A3) |
34 (1 << art::mips64::A4) | (1 << art::mips64::A5) | (1 << art::mips64::A6) |
35 (1 << art::mips64::A7);
37 (1 << art::mips64::S0) | (1 << art::mips64::S1);
41 (1 << art::mips64::F12) | (1 << art::mips64::F13) | (1 << art::mips64::F14) |
42 (1 << art::mips64::F15) | (1 << art::mips64::F16) | (1 << art::mips64::F17) |
[all …]
/art/runtime/arch/arm64/
Dquick_method_frame_info_arm64.h25 namespace art {
33 (1 << art::arm64::LR);
36 (1 << art::arm64::X19) | (1 << art::arm64::X20) | (1 << art::arm64::X21) |
37 (1 << art::arm64::X22) | (1 << art::arm64::X23) | (1 << art::arm64::X24) |
38 (1 << art::arm64::X25) | (1 << art::arm64::X26) | (1 << art::arm64::X27) |
39 (1 << art::arm64::X28) | (1 << art::arm64::X29);
42 (1 << art::arm64::X1) | (1 << art::arm64::X2) | (1 << art::arm64::X3) |
43 (1 << art::arm64::X4) | (1 << art::arm64::X5) | (1 << art::arm64::X6) |
44 (1 << art::arm64::X7);
47 (1 << art::arm64::X18);
[all …]
/art/runtime/arch/mips/
Dquick_method_frame_info_mips.h25 namespace art {
29 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
30 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
32 (1 << art::mips::A1) | (1 << art::mips::A2) | (1 << art::mips::A3);
34 (1 << art::mips::S0) | (1 << art::mips::S1);
36 (1 << art::mips::F20) | (1 << art::mips::F21) | (1 << art::mips::F22) | (1 << art::mips::F23) |
37 (1 << art::mips::F24) | (1 << art::mips::F25) | (1 << art::mips::F26) | (1 << art::mips::F27) |
38 (1 << art::mips::F28) | (1 << art::mips::F29) | (1 << art::mips::F30) | (1 << art::mips::F31);
43 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA); in MipsCalleeSaveCoreSpills()
/art/runtime/
Dasm_support.h58 ADD_TEST_EQ(static_cast<size_t>(STACK_REFERENCE_SIZE), sizeof(art::StackReference<art::mirror::Obje… in CheckAsmSupportOffsetsAndSizes()
63 sizeof(art::mirror::CompressedReference<art::mirror::Object>)) in CheckAsmSupportOffsetsAndSizes()
69 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kSaveAll)) in CheckAsmSupportOffsetsAndSizes()
74 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kRefsOnly)) in CheckAsmSupportOffsetsAndSizes()
79 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kRefsAndArgs)) in CheckAsmSupportOffsetsAndSizes()
84 art::Thread::ThreadFlagsOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
89 art::Thread::ThinLockIdOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
94 art::Thread::CardTableOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
99 art::Thread::ExceptionOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
104 art::Thread::TopOfManagedStackOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
[all …]
/art/runtime/arch/x86_64/
Dquick_method_frame_info_x86_64.h25 namespace art {
29 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
30 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
32 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX) |
33 (1 << art::x86_64::R8) | (1 << art::x86_64::R9);
35 (1 << art::x86_64::XMM0) | (1 << art::x86_64::XMM1) | (1 << art::x86_64::XMM2) |
36 (1 << art::x86_64::XMM3) | (1 << art::x86_64::XMM4) | (1 << art::x86_64::XMM5) |
37 (1 << art::x86_64::XMM6) | (1 << art::x86_64::XMM7);
39 (1 << art::x86_64::XMM12) | (1 << art::x86_64::XMM13) |
40 (1 << art::x86_64::XMM14) | (1 << art::x86_64::XMM15);
[all …]
/art/build/
DAndroid.executable.mk17 include art/build/Android.common_build.mk
31 define build-art-executable
56 LOCAL_C_INCLUDES += $(ART_C_INCLUDES) art/runtime art/cmdline $$(art_c_includes)
94 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
95 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.common_utils.mk
96 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
168 define build-art-multi-executable
171 art-multi-binary-name := $(1)
172 art-multi-source-files := $(2)
173 art-multi-lib-dependencies := $(3)
[all …]
DAndroid.cpplint.mk17 include art/build/Android.common_build.mk
19 ART_CPPLINT := art/tools/cpplint.py
21 …PLINT_SRC := $(shell find art -name "*.h" -o -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/…
24 .PHONY: cpplint-art
25 cpplint-art:
29 .PHONY: cpplint-art-all
30 cpplint-art-all:
37 define declare-art-cpplint-target
41 $$(art_cpplint_touch): $$(art_cpplint_file) $(ART_CPPLINT) art/build/Android.cpplint.mk
49 $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(file))))
[all …]
DAndroid.common_path.mk20 include art/build/Android.common.mk
29 ART_TARGET_NATIVETEST_DIR := /data/$(notdir $(TARGET_OUT_DATA_NATIVE_TESTS))/art
31 ART_TARGET_NATIVETEST_OUT := $(TARGET_OUT_DATA_NATIVE_TESTS)/art
34 ART_TARGET_TEST_DIR := /data/art-test
35 ART_TARGET_TEST_OUT := $(TARGET_OUT_DATA)/art-test
39 ART_HOST_TEST_DIR := $(TMPDIR)/test-art-$(shell echo $$PPID)
41 ART_HOST_TEST_DIR := /tmp/test-art-$(shell echo $$PPID)
64 CORE_IMG_SUFFIX := .art
79 HOST_CORE_IMG_LOCATION := $(HOST_OUT_JAVA_LIBRARIES)/core.art
80 TARGET_CORE_IMG_LOCATION := $(ART_TARGET_TEST_OUT)/core.art
DAndroid.gtest.mk18 LOCAL_PATH := art/test
20 include art/build/Android.common_test.mk
21 include art/build/Android.common_path.mk
47 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
48 $(ART_TARGET_NATIVETEST_OUT),art/build/Android.gtest.mk,ART_TEST_TARGET_GTEST_$(dir)_DEX, \
119 LOCAL_PATH := art
279 LOCAL_C_INCLUDES := $(ART_C_INCLUDES) art/runtime art/compiler
282 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
283 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.gtest.mk
295 LOCAL_C_INCLUDES := $(ART_C_INCLUDES) art/runtime art/compiler
[all …]
/art/runtime/arch/x86/
Dquick_method_frame_info_x86.h25 namespace art {
40 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
42 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
44 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
45 (1 << art::x86::XMM2) | (1 << art::x86::XMM3);
49 (1 << art::x86::kNumberOfCpuRegisters); // fake return address callee save in X86CalleeSaveCoreSpills()
/art/runtime/entrypoints/quick/
Dquick_default_externs.h22 namespace art {
34 extern "C" void art_quick_check_cast(const art::mirror::Class*, const art::mirror::Class*);
69 extern "C" void art_quick_aput_obj_with_null_and_bound_check(art::mirror::Array*, int32_t,
70 art::mirror::Object*);
71 extern "C" void art_quick_aput_obj_with_bound_check(art::mirror::Array*, int32_t,
72 art::mirror::Object*);
73 extern "C" void art_quick_aput_obj(art::mirror::Array*, int32_t, art::mirror::Object*);
77 extern "C" void art_quick_lock_object(art::mirror::Object*);
78 extern "C" void art_quick_unlock_object(art::mirror::Object*);
100 extern "C" void art_quick_imt_conflict_trampoline(art::ArtMethod*);
[all …]
/art/patchoat/
DAndroid.mk19 include art/build/Android.executable.mk
33 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,nd…
36 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,de…
41 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,ndeb…
44 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debu…
/art/runtime/base/
Dlogging.h25 namespace art {
89 #define LOG(severity) ::art::LogMessage(__FILE__, __LINE__, severity, -1).stream()
92 #define PLOG(severity) ::art::LogMessage(__FILE__, __LINE__, severity, errno).stream()
98 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
104 ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
107 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
114 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
119 for (auto _values = ::art::MakeEagerEvaluator(LHS, RHS); \
121 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
139 LOG(::art::FATAL) << "Check failed: " \
[all …]
/art/dex2oat/
DAndroid.mk19 include art/build/Android.executable.mk
41 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/comp…
44 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/com…
49 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libzipar…
52 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libzipa…
/art/runtime/gc/allocator/
Ddlmalloc.cc43 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
47 LOG(::art::FATAL) << "Corrupt heap detected in: " << function; in art_heap_corruption()
51 LOG(::art::FATAL) << "Incorrect use of function '" << function << "' argument " << p in art_heap_usage_error()
65 start = reinterpret_cast<void*>(art::RoundUp(reinterpret_cast<uintptr_t>(start), art::kPageSize)); in DlmallocMadviseCallback()
66 end = reinterpret_cast<void*>(art::RoundDown(reinterpret_cast<uintptr_t>(end), art::kPageSize)); in DlmallocMadviseCallback()
72 PLOG(::art::FATAL) << "madvise failed during heap trimming"; in DlmallocMadviseCallback()
/art/tools/
DAndroid.mk24 LOCAL_MODULE := art
26 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/art $(ACP)
34 LOCAL_MODULE := art
36 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/art $(ACP)
/art/imgdiag/
DAndroid.mk19 include art/build/Android.executable.mk
28 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,…
/art/dalvikvm/
DAndroid.mk19 include art/build/Android.common.mk
29 LOCAL_C_INCLUDES := art/runtime
34 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.common.mk
57 LOCAL_C_INCLUDES := art/runtime
66 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.common.mk
/art/compiler/dex/
Ddex_to_dex_compiler.cc29 namespace art { namespace
39 DexCompiler(art::CompilerDriver& compiler, in DexCompiler()
297 extern "C" void ArtCompileDEX(art::CompilerDriver& driver, const art::DexFile::CodeItem* code_item, in ArtCompileDEX()
298 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
300 const art::DexFile& dex_file, in ArtCompileDEX()
301 art::DexToDexCompilationLevel dex_to_dex_compilation_level) { in ArtCompileDEX()
303 if (dex_to_dex_compilation_level != art::kDontDexToDexCompile) { in ArtCompileDEX()
304 art::DexCompilationUnit unit(nullptr, class_loader, art::Runtime::Current()->GetClassLinker(), in ArtCompileDEX()
307 art::optimizer::DexCompiler dex_compiler(driver, unit, dex_to_dex_compilation_level); in ArtCompileDEX()
/art/test/
DAndroid.run-test.mk18 include art/build/Android.common_test.mk
29 art_run_tests_dir := $(call intermediates-dir-for,PACKAGING,art-run-tests)/DATA
51 define define-build-art-run-test
52 dmart_target := $(art_run_tests_dir)/art-run-tests/$(1)/touch
77 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
81 LOCAL_MODULE := art-run-tests
90 define-build-art-run-test :=
190 …test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-…
601 define define-test-art-run-test
625 prereq_rule := test-art-target-sync
[all …]
/art/runtime/base/unix_file/
Dfd_file.cc45 … LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in ~FdFile()
48 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in ~FdFile()
54 PLOG(::art::WARNING) << "Failed to close file " << file_path_; in ~FdFile()
63 LOG(::art::ERROR) << warning; in moveTo()
76 LOG(::art::ERROR) << warning; in moveUp()
234 LOG(::art::ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase()
240 LOG(::art::ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase()
250 LOG(::art::ERROR) << "FlushClose failed while flushing a file."; in FlushClose()
254 LOG(::art::ERROR) << "FlushClose failed while closing a file."; in FlushClose()
/art/runtime/interpreter/
Dinterpreter_common.h44 using ::art::ArtMethod;
45 using ::art::mirror::Array;
46 using ::art::mirror::BooleanArray;
47 using ::art::mirror::ByteArray;
48 using ::art::mirror::CharArray;
49 using ::art::mirror::Class;
50 using ::art::mirror::ClassLoader;
51 using ::art::mirror::IntArray;
52 using ::art::mirror::LongArray;
53 using ::art::mirror::Object;
[all …]
/art/cmdline/
Dcmdline_parse_result.h23 namespace art {
76 "actual: " + art::detail::ToStringAny(value) + in OutOfRange()
77 ", min: " + art::detail::ToStringAny(min) + in OutOfRange()
78 ", max: " + art::detail::ToStringAny(max)); in OutOfRange()

12345678910>>...43