/art/ |
D | Android.mk | 34 ifneq (,$(filter clean-oat-target,$(MAKECMDGOALS))) 39 clean-oat: clean-oat-host clean-oat-target 78 .PHONY: clean-oat-target 79 clean-oat-target: 138 .PHONY: test-art-target-sync 139 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS) 148 test-art: test-art-host test-art-target 152 test-art-gtest: test-art-host-gtest test-art-target-gtest 156 test-art-run-test: test-art-host-run-test test-art-target-run-test 236 .PHONY: test-art-target [all …]
|
/art/test/ |
D | Android.run-test.mk | 35 test-art-target-run-test$(2)-default$(3)-$(1)32 \ 36 test-art-target-run-test$(2)-optimizing$(3)-$(1)32 \ 37 test-art-target-run-test$(2)-interpreter$(3)-$(1)32 \ 38 test-art-target-run-test$(2)-default$(3)-$(1)64 \ 39 test-art-target-run-test$(2)-optimizing$(3)-$(1)64 \ 40 test-art-target-run-test$(2)-interpreter$(3)-$(1)64 44 define all-run-test-target-names 45 test-art-target-run-test$(2)-default$(3)-$(1)32 \ 46 test-art-target-run-test$(2)-optimizing$(3)-$(1)32 \ 47 test-art-target-run-test$(2)-interpreter$(3)-$(1)32 \ [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) 51 ifeq ($$(art_target_or_host),target) 52 $(call set-target-local-clang-vars) 53 $(call set-target-local-cflags-vars,debug) 79 $(eval $(call build-libnativebridgetest,target))
|
D | Android.libarttest.mk | 38 ifneq ($(1),target) 40 $$(error expected target or host for argument 1, received $(1)) 49 ifeq ($$(art_target_or_host),target) 58 ifeq ($$(art_target_or_host),target) 59 $(call set-target-local-clang-vars) 60 $(call set-target-local-cflags-vars,debug) 86 $(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)) 86 ifeq ($$(art_target_or_host),target) 96 $(eval $(call build-libart-disassembler,target,ndebug)) 99 $(eval $(call build-libart-disassembler,target,debug))
|
/art/test/046-reflect/src/ |
D | Main.java | 63 Class target = Target.class; in showStrings() local 67 field = target.getField("string1"); in showStrings() 70 field = target.getField("string2"); in showStrings() 73 field = target.getField("string3"); in showStrings() 81 Class target = otherpackage.Other.class; in checkAccess() local 85 meth = target.getMethod("publicMethod", (Class[]) null); in checkAccess() 89 meth = target.getMethod("packageMethod", (Class[]) null); in checkAccess() 97 target = instance.getClass(); in checkAccess() 98 meth = target.getMethod("innerMethod", (Class[]) null); in checkAccess() 107 Field field = target.getField("innerField"); in checkAccess() [all …]
|
/art/build/ |
D | Android.executable.mk | 35 ifneq ($(5),target) 37 $$(error expected target or host for argument 5, received $(5)) 68 ifeq ($$(art_target_or_host),target) 69 $(call set-target-local-clang-vars) 70 $(call set-target-local-cflags-vars,$(6)) 91 ifeq ($$(art_target_or_host),target) 97 ifeq ($$(art_target_or_host),target)
|
D | Android.common_test.mk | 41 test-art-target-run-test-gcstress-optimizing-prebuild-004-SignalTest32 \ 42 test-art-target-run-test-gcstress-optimizing-norelocate-004-SignalTest32 \ 43 test-art-target-run-test-gcstress-default-prebuild-004-SignalTest32 \ 44 test-art-target-run-test-gcstress-default-norelocate-004-SignalTest32 \ 45 test-art-target-run-test-gcstress-optimizing-relocate-004-SignalTest32 \ 46 test-art-target-run-test-gcstress-default-relocate-004-SignalTest32 \ 47 test-art-target-run-test-gcstress-optimizing-no-prebuild-004-SignalTest32 \ 48 test-art-target-run-test-gcstress-default-no-prebuild-004-SignalTest32
|
D | Android.gtest.mk | 237 define define-art-gtest-rule-target 238 gtest_rule := test-art-target-gtest-$(1)$$($(2)ART_PHONY_TEST_TARGET_SUFFIX) 249 $$(gtest_rule): test-art-target-sync 311 ifneq ($(1),target) 313 $$(error expected target or host for argument 1, received $(1)) 325 ifeq ($$(art_target_or_host),target) 344 ifeq ($$(art_target_or_host),target) 345 $$(eval $$(call set-target-local-clang-vars)) 346 $$(eval $$(call set-target-local-cflags-vars,debug)) 355 $$(eval $$(call define-art-gtest-rule-target,$$(art_gtest_name),2ND_)) [all …]
|
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 493 lir->target); in ConvertShortToLongBranch() 497 lir->target); in ConvertShortToLongBranch() 543 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 553 lir->operands[3], 0, lir->target); in AssembleInstructions() 558 lir->operands[3], 0, lir->target); in AssembleInstructions() 570 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 576 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions() 580 LIR *target_lir = lir->target; in AssembleInstructions() 582 CodeOffset target = target_lir->offset; in AssembleInstructions() local 583 int delta = target - pc; in AssembleInstructions() [all …]
|
D | int_mips.cc | 60 LIR* target = NewLIR0(kPseudoTargetLabel); in GenCmpLong() local 61 branch->target = target; in GenCmpLong() 65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() argument 127 branch->target = target; in OpCmpBranch() 131 LIR* MipsMir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, LIR* target) { in OpCmpImmBranch() argument 137 branch = OpCmpBranch(cond, reg, t_reg, target); in OpCmpImmBranch() 154 branch = OpCmpBranch(cond, reg, t_reg, target); in OpCmpImmBranch() 159 branch->target = target; in OpCmpImmBranch() 227 ne_branchover->target = target_label; in GenSelectConst32() 327 LIR* MipsMir2Lir::OpPcRelLoad(RegStorage reg, LIR* target) { in OpPcRelLoad() argument [all …]
|
D | fp_mips.cc | 171 QuickEntrypointEnum target; in GenCmpFP() local 175 target = kQuickCmplFloat; in GenCmpFP() 179 target = kQuickCmpgFloat; in GenCmpFP() 183 target = kQuickCmplDouble; in GenCmpFP() 186 target = kQuickCmpgDouble; in GenCmpFP() 190 target = kQuickCmplFloat; in GenCmpFP() 203 RegStorage r_tgt = LoadHelper(target); in GenCmpFP()
|
D | call_mips.cc | 125 exit_branch->target = exit_label; in GenLargeSparseSwitch() 209 LIR* target = NewLIR0(kPseudoTargetLabel); in GenLargePackedSwitch() local 210 branch_over->target = target; in GenLargePackedSwitch() 283 LIR* target = NewLIR0(kPseudoTargetLabel); in MarkGCCard() local 284 branch_over->target = target; in MarkGCCard()
|
/art/oatdump/ |
D | Android.mk | 25 …cutable,oatdump,$(OATDUMP_SRC_FILES),libcutils libart-disassembler,art/disassembler,target,ndebug)) 28 …cutable,oatdump,$(OATDUMP_SRC_FILES),libcutils libartd-disassembler,art/disassembler,target,debug)) 52 dump-oat-core: dump-oat-core-host dump-oat-core-target 61 .PHONY: dump-oat-core-target 63 dump-oat-core-target: $(TARGET_CORE_IMG_OUT) $(OATDUMP) 65 --output=$(ART_DUMP_OAT_PATH)/core.target.oatdump.txt --instruction-set=$(TARGET_ARCH) 66 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.oatdump.txt
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 229 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 231 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 232 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 250 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 252 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 253 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 289 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 291 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 292 branch_normal->target = NewLIR0(kPseudoTargetLabel); in GenConversion() 314 branch_na_n->target = NewLIR0(kPseudoTargetLabel); in GenConversion() [all …]
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 94 branch_out->target = loop_exit; in GenLargeSparseSwitch() 145 LIR* target = NewLIR0(kPseudoTargetLabel); in GenLargePackedSwitch() local 146 branch_over->target = target; in GenLargePackedSwitch() 216 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter() 218 null_check_branch->target = slow_path_target; in GenMonitorEnter() 228 lock_success_branch->target = success_target; in GenMonitorEnter() 264 slow_unlock_branch->target = slow_path_target; in GenMonitorExit() 266 null_check_branch->target = slow_path_target; in GenMonitorExit() 276 unlock_success_branch->target = success_target; in GenMonitorExit() 299 LIR* target = NewLIR0(kPseudoTargetLabel); in MarkGCCard() local [all …]
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 78 LIR* target = NewLIR0(kPseudoTargetLabel); in GenLargeSparseSwitch() local 90 OpCondBranch(kCondNe, target); in GenLargeSparseSwitch() 136 LIR* target = NewLIR0(kPseudoTargetLabel); in GenLargePackedSwitch() local 137 branch_over->target = target; in GenLargePackedSwitch() 206 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter() 208 null_check_branch->target = slow_path_target; in GenMonitorEnter() 218 lock_success_branch->target = success_target; in GenMonitorEnter() 275 slow_unlock_branch->target = slow_path_target; in GenMonitorExit() 277 null_check_branch->target = slow_path_target; in GenMonitorExit() 287 unlock_success_branch->target = success_target; in GenMonitorExit() [all …]
|
D | assemble_arm.cc | 1259 LIR *lir_target = lir->target; in AssembleLIR() 1261 CodeOffset target = lir_target->offset + in AssembleLIR() local 1263 int32_t delta = target - pc; in AssembleLIR() 1294 base_reg, 0, 0, 0, 0, lir->target); in AssembleLIR() 1339 LIR *target_lir = lir->target; in AssembleLIR() 1341 CodeOffset target = target_lir->offset + in AssembleLIR() local 1343 int32_t delta = target - pc; in AssembleLIR() 1352 0, 0, 0, lir->target); in AssembleLIR() 1361 lir->target = 0; in AssembleLIR() 1408 LIR *target_lir = lir->target; in AssembleLIR() [all …]
|
/art/runtime/ |
D | Android.mk | 336 ifneq ($(1),target) 338 $$(error expected target or host for argument 1, received $(1)) 362 ifeq ($$(art_target_or_host),target) 386 ifeq ($$(art_target_or_host),target) 395 ifeq ($$(art_target_or_host),target) 396 $$(eval $$(call set-target-local-clang-vars)) 397 $$(eval $$(call set-target-local-cflags-vars,$(2))) 426 ifeq ($$(art_target_or_host),target) 440 ifeq ($$(art_target_or_host),target) 449 ifeq ($$(art_target_or_host),target) [all …]
|
D | lock_word.h | 91 static LockWord FromForwardingAddress(size_t target) { in FromForwardingAddress() argument 92 DCHECK(IsAligned < 1 << kStateSize>(target)); in FromForwardingAddress() 93 return LockWord((target >> kStateSize) | (kStateForwardingAddress << kStateShift)); in FromForwardingAddress()
|
/art/compiler/ |
D | Android.mk | 168 ifneq ($(1),target) 170 $$(error expected target or host for argument 1, received $(1)) 214 ifeq ($$(art_target_or_host),target) 215 $(call set-target-local-clang-vars) 216 $(call set-target-local-cflags-vars,$(2)) 233 ifeq ($$(art_target_or_host),target) 259 ifeq ($$(art_target_or_host),target) 268 ifeq ($$(art_target_or_host),target) 292 $(eval $(call build-libart-compiler,target,ndebug)) 295 $(eval $(call build-libart-compiler,target,debug))
|
D | elf_patcher.cc | 197 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf() local 198 uintptr_t quick_code = reinterpret_cast<uintptr_t>(class_linker->GetQuickOatCodeFor(target)); in PatchElf() 199 DCHECK_NE(quick_code, 0U) << PrettyMethod(target); in PatchElf() 213 CHECK(target->IsNative()); in PatchElf() 247 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf() local 248 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf() 255 mirror::Class* target = GetTargetType(patch); in PatchElf() local 256 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 392 QuickEntrypointEnum target; in GenFilledNewArray() local 395 target = kQuickCheckAndAllocArray; in GenFilledNewArray() 397 target = kQuickCheckAndAllocArrayWithAccessCheck; in GenFilledNewArray() 399 CallRuntimeHelperImmMethodImm(target, type_idx, elems, true); in GenFilledNewArray() 467 LIR* target = NewLIR0(kPseudoTargetLabel); in GenFilledNewArray() local 477 OpDecAndBranch(kCondGe, r_idx, target); in GenFilledNewArray() 513 uninit_->target = unresolved_target; in Compile() 609 QuickEntrypointEnum target = in GenSput() local 612 CallRuntimeHelperImmRegLocation(target, field_info.FieldIndex(), rl_src, true); in GenSput() 691 QuickEntrypointEnum target = in GenSget() local [all …]
|
/art/compiler/optimizing/ |
D | builder.cc | 147 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset()); in If_22t() local 148 DCHECK(target != nullptr); in If_22t() 149 current_block_->AddSuccessor(target); in If_22t() 150 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits()); in If_22t() 151 DCHECK(target != nullptr); in If_22t() 152 current_block_->AddSuccessor(target); in If_22t() 163 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset()); in If_21t() local 164 DCHECK(target != nullptr); in If_21t() 165 current_block_->AddSuccessor(target); in If_21t() 166 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits()); in If_21t() [all …]
|
/art/compiler/sea_ir/code_gen/ |
D | code_gen_data.cc | 43 const ::llvm::Target* target = in GetElf() local 46 CHECK(target != NULL) << errmsg; in GetElf() 58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options, in GetElf()
|