HomeSort by relevance Sort by last modified time
    Searched refs:art (Results 1 - 25 of 871) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/gc/collector/
concurrent_copying.cc 19 namespace art { namespace
25 } // namespace art
  /art/runtime/arch/x86_64/
quick_method_frame_info_x86_64.h 24 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::x86_64::RCX)
    [all...]
  /art/runtime/arch/arm/
quick_method_frame_info_arm.h 25 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::arm::R3)
    [all...]
  /art/runtime/hprof/
hprof.h 20 namespace art { namespace
28 } // namespace art
  /art/runtime/
monitor_linux.cc 19 namespace art { namespace
24 } // namespace art
read_barrier_option.h 19 namespace art { namespace
27 } // namespace art
closure.h 20 namespace art { namespace
30 } // namespace art
jobject_comparator.h 22 namespace art { namespace
28 } // namespace art
offsets.cc 21 namespace art { namespace
27 } // namespace art
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 24 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::mips::A1) | (1 << art::mips::A2) | (1 << art::mips::A3)
    [all...]
  /art/runtime/arch/arm64/
quick_method_frame_info_arm64.h 25 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::arm64::X27) | (1 << art::arm64::X28)
    [all...]
  /art/patchoat/
Android.mk 19 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/
Android.cpplint.mk 17 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-al
    [all...]
Android.common_path.mk 20 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/
quick_method_frame_info_x86.h 24 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/mirror/
proxy.h 22 namespace art { namespace
33 friend struct art::ProxyOffsets; // for verifying offset information
38 } // namespace art
  /art/runtime/gc/
reference_processor-inl.h 22 namespace art { namespace
30 } // namespace art
allocator_type.h 20 namespace art { namespace
34 } // namespace art
  /art/compiler/sea_ir/types/
type_inference.h 34 TypeInference() : type_cache_(new art::verifier::RegTypeCache(false)) {
40 art::SafeMap<int, const Type*>* GetTypeMap() {
46 art::verifier::RegTypeCache* const type_cache_; // TODO: Make private.
56 FunctionTypeInfo(const SeaGraph* graph, art::verifier::RegTypeCache* types);
64 art::verifier::RegTypeCache* types);
84 const art::DexFile* dex_file_;
86 art::verifier::RegTypeCache* type_cache_;
types.h 27 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/dex/
frontend.h 28 namespace art { namespace
97 art::llvm::IntrinsicHelper* GetIntrinsicHelper() {
101 art::llvm::IRBuilder* GetIRBuilder() {
108 std::unique_ptr<art::llvm::IntrinsicHelper> intrinsic_helper_;
109 std::unique_ptr<art::llvm::IRBuilder> ir_builder_;
115 } // namespace art
117 extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver& driver,
118 const art::DexFile::CodeItem* code_item,
120 art::InvokeType invoke_type
    [all...]
  /art/dex2oat/
Android.mk 19 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/compiler/
elf_stripper.h 25 namespace art { namespace
37 } // namespace art
  /art/compiler/llvm/
runtime_support_llvm_func.h 22 namespace art { namespace
35 } // namespace art
  /art/compiler/utils/arm64/
constants_arm64.h 29 namespace art { namespace
38 } // namespace art

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>