/art/runtime/ |
runtime_android.cc | 19 namespace art { namespace 25 } // namespace art
|
monitor_linux.cc | 19 namespace art { namespace 24 } // namespace art
|
closure.h | 20 namespace art { namespace 30 } // namespace art
|
jobject_comparator.h | 22 namespace art { namespace 28 } // namespace art
|
common_test.cc | 21 art::InitLogging(argv);
|
offsets.cc | 21 namespace art { namespace 27 } // namespace art
|
/art/runtime/hprof/ |
hprof.h | 20 namespace art { namespace 28 } // namespace art
|
/art/dex2oat/ |
Android.mk | 19 include art/build/Android.executable.mk 25 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug)) 28 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug)) 34 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,ndebug)) 37 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd-compiler,art/compiler,host,debug))
|
/art/ |
Android.mk | 44 rm -f $(ART_NATIVETEST_OUT)/*.art 47 rm -f $(ART_TEST_OUT)/*.art 50 rm -f $(DALVIK_CACHE_OUT)/*.art 53 rm -f $(HOST_OUT_JAVA_LIBRARIES)/*.art 56 rm -f $(TARGET_OUT_JAVA_LIBRARIES)/*.art 69 adb shell rm $(ART_NATIVETEST_DIR)/*.art 72 adb shell rm $(ART_TEST_DIR)/*.art 75 adb shell rm $(DALVIK_CACHE_DIR)/*.art 77 adb shell rm $(DEXPREOPT_BOOT_JAR_DIR)/*.art 112 # "mm test-art" to build and run all tests on host and devic [all...] |
/art/runtime/mirror/ |
class_loader.h | 25 namespace art { namespace 39 friend struct art::ClassLoaderOffsets; // for verifying offset information 44 } // namespace art
|
/art/compiler/ |
elf_stripper.h | 23 namespace art { namespace 35 } // namespace art
|
/art/build/ |
Android.cpplint.mk | 17 ART_CPPLINT := art/tools/cpplint.py 19 ART_CPPLINT_SRC := $(shell find art -name *.h -o -name *$(ART_CPP_EXTENSION) | grep -v art/compiler/llvm/generated/) 21 # "mm cpplint-art" to verify we aren't regressing 22 .PHONY: cpplint-art 23 cpplint-art: 26 # "mm cpplint-art-all" to see all warnings 27 .PHONY: cpplint-art-all 28 cpplint-art-all: 35 define declare-art-cpplint-targe [all...] |
/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 | 33 namespace art { namespace 96 art::llvm::IntrinsicHelper* GetIntrinsicHelper() { 100 art::llvm::IRBuilder* GetIRBuilder() { 107 UniquePtr<art::llvm::IntrinsicHelper> intrinsic_helper_; 108 UniquePtr<art::llvm::IRBuilder> ir_builder_; 114 } // namespace art 116 extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver& driver, 117 const art::DexFile::CodeItem* code_item, 119 art::InvokeType invoke_type [all...] |
backend.h | 23 namespace art { namespace 36 } // namespace art
|
/art/compiler/llvm/ |
runtime_support_llvm_func.h | 22 namespace art { namespace 35 } // namespace art
|
compiler_llvm.cc | 37 namespace art { namespace 63 art::llvm::InitialBackendOptions(); 66 if (art::kIsTargetBuild) { 102 namespace art { namespace 174 } // namespace art 176 inline static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver& driver) { 179 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context); 182 inline static const art::llvm::CompilerLLVM* ContextOf(const art::CompilerDriver& driver) [all...] |
utils_llvm.h | 22 namespace art { namespace 30 } // namespace art
|
/art/runtime/arch/arm/ |
thread_arm.cc | 22 namespace art { namespace 29 } // namespace art
|
/art/runtime/arch/mips/ |
thread_mips.cc | 22 namespace art { namespace 29 } // namespace art
|
/art/runtime/base/ |
logging_linux.cc | 29 namespace art { namespace 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), 38 } // namespace art
|
/art/oatdump/ |
Android.mk | 22 include art/build/Android.executable.mk 25 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,ndebug)) 28 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,debug)) 33 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,host,ndebug)) 36 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,host,debug))
|
/art/runtime/verifier/ |
reg_type_cache-inl.h | 24 namespace art { namespace 31 klass = art::Runtime::Current()->GetClassLinker()->FindSystemClass(descriptor.c_str()); 38 inline const art::verifier::RegType& RegTypeCache::GetFromId(uint16_t id) const { 45 } // namespace art
|
/art/test/ |
Android.mk | 18 include art/build/Android.common.mk 41 # subdirectories of which are used with test-art-target-oat 63 define build-art-test-dex 74 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk 88 LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk 94 $(foreach dir,$(TEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-test-dex,$(dir),$(ART_NATIVETEST_OUT)))) 95 $(foreach dir,$(TEST_OAT_DIRECTORIES), $(eval $(call build-art-test-dex,oat-test-dex,$(dir),$(ART_TEST_OUT)))) 105 define declare-test-art-oat-targets 106 .PHONY: test-art-target-oat-$(1 [all...] |