/art/ |
D | Android.mk | 41 clean-oat: clean-oat-host clean-oat-target 54 .PHONY: clean-oat-target 55 clean-oat-target: 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) 139 test-art: test-art-host test-art-target 143 test-art-gtest: test-art-host-gtest test-art-target-gtest 147 test-art-run-test: test-art-host-run-test test-art-target-run-test 245 .PHONY: test-art-target [all …]
|
/art/test/ |
D | Android.run-test.mk | 96 TARGET_TYPES := host target 177 $(foreach target, $(1), \ 190 …test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-… 271 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES),$(COMPILER… 279 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ 427 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ 436 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ 449 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ 529 $(foreach target, $(TARGET_TYPES), $(eval ART_RUN_TEST_$(call name-to-var,$(target))_RULES :=)) 530 $(foreach target, $(TARGET_TYPES), \ [all …]
|
D | Android.libnativebridgetest.mk | 31 ifneq ($(1),target) 33 $$(error expected target or host for argument 1, received $(1)) 42 ifeq ($$(art_target_or_host),target) 50 ifeq ($$(art_target_or_host),target) 51 $(call set-target-local-clang-vars) 52 $(call set-target-local-cflags-vars,debug) 78 $(eval $(call build-libnativebridgetest,target))
|
D | Android.libarttest.mk | 46 ifneq ($(1),target) 48 $$(error expected target or host for argument 1, received $(1)) 57 ifeq ($$(art_target_or_host),target) 65 ifeq ($$(art_target_or_host),target) 66 $(call set-target-local-clang-vars) 67 $(call set-target-local-cflags-vars,debug) 88 $(eval $(call build-libarttest,target))
|
/art/disassembler/ |
D | Android.mk | 31 ifneq ($(1),target) 33 $$(error expected target or host for argument 1, received $(1)) 61 ifeq ($$(art_target_or_host),target) 62 $(call set-target-local-clang-vars) 63 $(call set-target-local-cflags-vars,$(2)) 95 ifeq ($$(art_target_or_host),target) 103 $(eval $(call build-libart-disassembler,target,ndebug)) 106 $(eval $(call build-libart-disassembler,target,debug))
|
/art/build/ |
D | Android.executable.mk | 32 ifneq ($(5),target) 34 $$(error expected target or host for argument 5, received $(5)) 72 ifeq ($$(art_target_or_host),target) 73 $(call set-target-local-clang-vars) 74 $(call set-target-local-cflags-vars,$(6)) 98 ifeq ($$(art_target_or_host),target) 116 ifeq ($$(art_target_or_host),target) 134 ifeq ($$(art_target_or_host),target) 170 $(foreach target_flavor,host target, 174 art-multi-lib-dependencies-target := $(4) [all …]
|
D | Android.oat.mk | 155 define create-core-oat-target-rules 252 define create-core-oat-target-rule-combination 253 $(call create-core-oat-target-rules,$(1),no-pic,,$(2),$(3)) 254 $(call create-core-oat-target-rules,$(1),pic,,$(2),$(3)) 257 $(call create-core-oat-target-rules,$(1),no-pic,2ND_,$(2),$(3)) 258 $(call create-core-oat-target-rules,$(1),pic,2ND_,$(2),$(3)) 262 $(eval $(call create-core-oat-target-rule-combination,default,,)) 263 $(eval $(call create-core-oat-target-rule-combination,optimizing,,)) 264 $(eval $(call create-core-oat-target-rule-combination,interpreter,,)) 268 $(eval $(call create-core-oat-target-rule-combination,default,valgrind,32)) [all …]
|
D | Android.gtest.mk | 284 $(eval $(call set-target-local-clang-vars)) 285 $(eval $(call set-target-local-cflags-vars,debug)) 326 define define-art-gtest-rule-target 327 gtest_rule := test-art-target-gtest-$(1)$$($(2)ART_PHONY_TEST_TARGET_SUFFIX) 339 $$(gtest_rule): test-art-target-sync 414 ifneq ($(1),target) 416 $$(error expected target or host for argument 1, received $(1)) 428 ifeq ($$(art_target_or_host),target) 447 ifeq ($$(art_target_or_host),target) 448 $$(eval $$(call set-target-local-clang-vars)) [all …]
|
/art/test/046-reflect/src/ |
D | Main.java | 65 Class target = Target.class; in showStrings() local 69 field = target.getField("string1"); in showStrings() 72 field = target.getField("string2"); in showStrings() 75 field = target.getField("string3"); in showStrings() 83 Class target = otherpackage.Other.class; in checkAccess() local 87 meth = target.getMethod("publicMethod", (Class[]) null); in checkAccess() 91 meth = target.getMethod("packageMethod", (Class[]) null); in checkAccess() 99 target = instance.getClass(); in checkAccess() 100 meth = target.getMethod("innerMethod", (Class[]) null); in checkAccess() 109 Field field = target.getField("innerField"); in checkAccess() [all …]
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MBranchInsn.java | 26 public MInsn target; field in MBranchInsn 34 newInsn.target = target; in clone()
|
D | MSwitchInsn.java | 43 for (MInsn target : targets) { in clone() 44 newInsn.targets.add(target); in clone()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 246 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 248 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 249 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 267 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 269 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 270 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 306 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 308 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 309 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 332 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() [all …]
|
D | quick_assemble_x86_test.cc | 32 X86Mir2Lir* Prepare(InstructionSet target) { in Prepare() argument 33 isa_ = target; in Prepare() 116 bool CheckTools(InstructionSet target) { in CheckTools() argument 117 Prepare(target); in CheckTools() 137 void Test(InstructionSet target, std::string test_name, std::string gcc_asm, in Test() argument 139 X86Mir2Lir* m2l = Prepare(target); in Test() 195 void TestVectorFn(InstructionSet target, in TestVectorFn() argument 199 X86Mir2Lir *m2l = Prepare(target); in TestVectorFn()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 142 LIR* target = GenerateTargetLabel(); in GenGetOtherTypeForSgetSput() local 144 second_branch_->target = target; in GenGetOtherTypeForSgetSput() 530 QuickEntrypointEnum target; in GenFilledNewArray() local 533 target = kQuickCheckAndAllocArray; in GenFilledNewArray() 535 target = kQuickCheckAndAllocArrayWithAccessCheck; in GenFilledNewArray() 537 CallRuntimeHelperImmImmMethod(target, type_idx, elems, true); in GenFilledNewArray() 732 QuickEntrypointEnum target; in GenSput() local 735 target = kQuickSetObjStatic; in GenSput() 739 target = kQuickSet64Static; in GenSput() 743 target = kQuickSet32Static; in GenSput() [all …]
|
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 627 lir->target); in ConvertShortToLongBranch() 631 lir->target); in ConvertShortToLongBranch() 676 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 691 lir->operands[2], lir->operands[3], 0, lir->target); in AssembleInstructions() 694 lir->operands[2], lir->operands[3], 0, lir->target); in AssembleInstructions() 711 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 717 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 721 LIR *target_lir = lir->target; in AssembleInstructions() 723 CodeOffset target = target_lir->offset; in AssembleInstructions() local 724 int delta = target - pc; in AssembleInstructions() [all …]
|
D | fp_mips.cc | 211 QuickEntrypointEnum target; in GenCmpFP() local 215 target = kQuickCmplFloat; in GenCmpFP() 219 target = kQuickCmpgFloat; in GenCmpFP() 223 target = kQuickCmplDouble; in GenCmpFP() 226 target = kQuickCmpgDouble; in GenCmpFP() 230 target = kQuickCmplFloat; in GenCmpFP() 250 RegStorage r_tgt = LoadHelper(target); in GenCmpFP()
|
/art/oatdump/ |
D | Android.mk | 41 dump-oat-core: dump-oat-core-host dump-oat-core-target 50 .PHONY: dump-oat-core-target 52 dump-oat-core-target: $(TARGET_CORE_IMAGE_default_no-pic_32) $(OATDUMP) 54 --output=$(ART_DUMP_OAT_PATH)/core.target.oatdump.txt --instruction-set=$(TARGET_ARCH) 55 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.oatdump.txt
|
/art/tools/ |
D | Android.mk | 28 $(copy-file-to-new-target) 38 $(copy-file-to-new-target)
|
/art/compiler/ |
D | Android.mk | 185 ifneq ($(1),target) 187 $$(error expected target or host for argument 1, received $(1)) 207 ifeq ($$(art_target_or_host),target) 232 ifeq ($$(art_target_or_host),target) 233 $(call set-target-local-clang-vars) 234 $(call set-target-local-cflags-vars,$(2)) 263 ifeq ($$(art_target_or_host),target) 272 ifeq ($$(art_target_or_host),target) 296 $(eval $(call build-libart-compiler,target,ndebug)) 299 $(eval $(call build-libart-compiler,target,debug))
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 59 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument 65 guard_state_ = target; in moveTo() 70 void FdFile::moveUp(GuardState target, const char* warning) { in moveUp() argument 73 if (guard_state_ < target) { in moveUp() 74 guard_state_ = target; in moveUp() 75 } else if (target < guard_state_) { in moveUp()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format10t.java | 53 public void setTarget(Instruction insn, long target) { in setTarget() argument 54 insn.vregA = target; in setTarget()
|
D | Format20t.java | 54 public void setTarget(Instruction insn, long target) { in setTarget() argument 55 insn.vregA = target; in setTarget()
|
D | Format30t.java | 54 public void setTarget(Instruction insn, long target) { in setTarget() argument 55 insn.vregA = target; in setTarget()
|
/art/compiler/dex/quick/arm/ |
D | assemble_arm.cc | 1289 LIR *lir_target = lir->target; in AssembleLIR() 1291 CodeOffset target = lir_target->offset + in AssembleLIR() local 1293 int32_t delta = target - pc; in AssembleLIR() 1324 base_reg, 0, 0, 0, 0, lir->target); in AssembleLIR() 1369 LIR *target_lir = lir->target; in AssembleLIR() 1371 CodeOffset target = target_lir->offset + in AssembleLIR() local 1373 int32_t delta = target - pc; in AssembleLIR() 1382 0, 0, 0, lir->target); in AssembleLIR() 1391 lir->target = 0; in AssembleLIR() 1413 LIR *target_lir = lir->target; in AssembleLIR() [all …]
|
/art/runtime/ |
D | Android.mk | 372 ifneq ($(1),target) 374 $$(error expected target or host for argument 1, received $(1)) 397 ifeq ($$(art_target_or_host),target) 407 ifeq ($$(art_target_or_host),target) 431 ifeq ($$(art_target_or_host),target) 440 ifeq ($$(art_target_or_host),target) 441 $$(eval $$(call set-target-local-clang-vars)) 442 $$(eval $$(call set-target-local-cflags-vars,$(2))) 470 ifeq ($$(art_target_or_host),target) 486 ifeq ($$(art_target_or_host),target) [all …]
|