Searched refs:art (Results 1 - 25 of 846) sorted by relevance

1234567891011>>

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc19 namespace art { namespace
25 } // namespace art
/art/runtime/arch/x86_64/
H A Dquick_method_frame_info_x86_64.h24 namespace art { namespace
28 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
29 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
31 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art
[all...]
/art/runtime/arch/arm/
H A Dquick_method_frame_info_arm.h25 namespace art { namespace
29 (1 << art::arm::R5) | (1 << art::arm::R6) | (1 << art::arm::R7) | (1 << art::arm::R8) |
30 (1 << art::arm::R10) | (1 << art::arm::R11);
32 (1 << art::arm::R1) | (1 << art::arm::R2) | (1 << art
[all...]
/art/runtime/
H A Dmonitor_linux.cc19 namespace art { namespace
24 } // namespace art
H A Dread_barrier_option.h19 namespace art { namespace
27 } // namespace art
H A Djobject_comparator.h22 namespace art { namespace
28 } // namespace art
H A Doffsets.cc21 namespace art { namespace
27 } // namespace art
/art/runtime/arch/mips/
H A Dquick_method_frame_info_mips.h24 namespace art { namespace
28 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
31 (1 << art
[all...]
/art/runtime/arch/arm64/
H A Dquick_method_frame_info_arm64.h25 namespace art { namespace
33 (1 << art::arm64::LR);
36 (1 << art::arm64::X20) | (1 << art::arm64::X21) | (1 << art::arm64::X22) |
37 (1 << art::arm64::X23) | (1 << art::arm64::X24) | (1 << art::arm64::X25) |
38 (1 << art::arm64::X26) | (1 << art
[all...]
/art/patchoat/
H A DAndroid.mk19 include art/build/Android.executable.mk
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,debug,$(patchoat_arch)))
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,debug))
/art/build/
H A DAndroid.cpplint.mk17 include art/build/Android.common_build.mk
19 ART_CPPLINT := art/tools/cpplint.py
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)
23 # "mm cpplint-art" to verify we aren't regressing
24 .PHONY: cpplint-art
25 cpplint-art:
28 # "mm cpplint-art-all" to see all warnings
29 .PHONY: cpplint-art
[all...]
H A 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)
60 # Core.art locations under the out directory.
61 HOST_CORE_IMG_OUT := $(HOST_OUT_JAVA_LIBRARIES)/$(ART_HOST_ARCH)/core.art
63 2ND_HOST_CORE_IMG_OUT := $(HOST_OUT_JAVA_LIBRARIES)/$(2ND_ART_HOST_ARCH)/core.art
[all...]
/art/runtime/arch/x86/
H A Dquick_method_frame_info_x86.h24 namespace art { namespace
28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
30 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
34 (1 << art::x86::kNumberOfCpuRegisters); // fake return address callee save
49 } // namespace art
/art/runtime/hprof/
H A Dhprof.h20 namespace art { namespace
28 } // namespace art
/art/compiler/sea_ir/types/
H A Dtypes.h27 typedef art::verifier::RegType Type;
34 art::SafeMap<int, const Type*>* GetTypeMap() {
39 art::SafeMap<int, const Type*>::const_iterator result_it = type_map_.find(instruction_id);
52 art::SafeMap<int, const Type*> type_map_;
/art/compiler/utils/arm64/
H A Dconstants_arm64.h29 namespace art { namespace
38 } // namespace art
/art/dex2oat/
H A DAndroid.mk19 include art/build/Android.executable.mk
33 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug,$(dex2oat_arch)))
36 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug,$(dex2oat_arch)))
41 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd-compiler,art/compiler,host,debug))
/art/runtime/gc/
H A Dallocator_type.h20 namespace art { namespace
34 } // namespace art
H A Dreference_processor-inl.h22 namespace art { namespace
30 } // namespace art
/art/compiler/
H A Dcompiler.cc27 namespace art { namespace
30 extern "C" art::CompiledMethod* SeaIrCompileMethod(const art::DexFile::CodeItem* code_item,
32 art::InvokeType invoke_type,
36 const art::DexFile& dex_file);
40 CompiledMethod* Compiler::TryCompileWithSeaIR(const art::DexFile::CodeItem* code_item,
42 art::InvokeType invoke_type,
46 const art::DexFile& dex_file) {
66 extern "C" void ArtInitCompilerContext(art::CompilerDriver* driver);
68 extern "C" void ArtUnInitCompilerContext(art
[all...]
/art/compiler/llvm/
H A Dcompiler_llvm.cc40 namespace art { namespace
66 art::llvm::InitialBackendOptions();
69 if (art::kIsTargetBuild) {
105 namespace art { namespace
176 } // namespace art
178 static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver* driver) {
181 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context);
184 static art::llvm::CompilerLLVM* ContextOf(const art
[all...]
/art/runtime/base/
H A Dlogging_linux.cc29 namespace art { namespace
34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(),
38 } // namespace art
/art/runtime/mirror/
H A Dproxy.h22 namespace art { namespace
33 friend struct art::ProxyOffsets; // for verifying offset information
38 } // namespace art
/art/tools/
H A DAndroid.mk19 # Copy the art shell script to the host's bin directory
24 LOCAL_MODULE := art
26 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/art $(ACP)
/art/
H A DAndroid.mk60 rm -f $(TARGET_OUT_UNSTRIPPED)/system/framework/*/*.art
62 rm -f $(TARGET_OUT)/framework/*/*.art
95 # cpplint rules to style check art source files
138 .PHONY: test-art-target-sync
139 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS)
146 # "mm test-art" to build and run all tests on host and device
147 .PHONY: test-art
148 test-art: test-art-host test-art
[all...]

Completed in 953 milliseconds

1234567891011>>