Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 82) sorted by relevance

1234

/art/
DAndroid.mk34 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/
DAndroid.run-test.mk35 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 …]
DAndroid.libnativebridgetest.mk31 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))
DAndroid.libarttest.mk39 ifneq ($(1),target)
41 $$(error expected target or host for argument 1, received $(1))
50 ifeq ($$(art_target_or_host),target)
59 ifeq ($$(art_target_or_host),target)
60 $(call set-target-local-clang-vars)
61 $(call set-target-local-cflags-vars,debug)
87 $(eval $(call build-libarttest,target))
/art/disassembler/
DAndroid.mk31 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/build/
DAndroid.executable.mk35 ifneq ($(5),target)
37 $$(error expected target or host for argument 5, received $(5))
74 ifeq ($$(art_target_or_host),target)
75 $(call set-target-local-clang-vars)
76 $(call set-target-local-cflags-vars,$(6))
98 ifeq ($$(art_target_or_host),target)
104 ifeq ($$(art_target_or_host),target)
DAndroid.common_test.mk41 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
DAndroid.gtest.mk239 define define-art-gtest-rule-target
240 gtest_rule := test-art-target-gtest-$(1)$$($(2)ART_PHONY_TEST_TARGET_SUFFIX)
251 $$(gtest_rule): test-art-target-sync
313 ifneq ($(1),target)
315 $$(error expected target or host for argument 1, received $(1))
327 ifeq ($$(art_target_or_host),target)
347 ifeq ($$(art_target_or_host),target)
348 $$(eval $$(call set-target-local-clang-vars))
349 $$(eval $$(call set-target-local-cflags-vars,debug))
358 $$(eval $$(call define-art-gtest-rule-target,$$(art_gtest_name),2ND_))
[all …]
/art/test/046-reflect/src/
DMain.java65 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/compiler/dex/quick/mips/
Dassemble_mips.cc493 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 …]
Dint_mips.cc60 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 …]
Dfp_mips.cc171 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()
Dcall_mips.cc125 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/
DAndroid.mk25 …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/
Dfp_x86.cc229 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/
Dcall_arm64.cc94 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/
Dcall_arm.cc78 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 …]
Dassemble_arm.cc1259 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/base/unix_file/
Dfd_file.cc59 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/compiler/
Delf_patcher.cc208 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf() local
209 uintptr_t quick_code = reinterpret_cast<uintptr_t>(class_linker->GetQuickOatCodeFor(target)); in PatchElf()
210 DCHECK_NE(quick_code, 0U) << PrettyMethod(target); in PatchElf()
224 CHECK(target->IsNative()); in PatchElf()
258 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf() local
259 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
263 mirror::Class* target = GetTargetType(patch); in PatchElf() local
264 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
268 mirror::String* target = GetTargetString(patch); in PatchElf() local
269 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
DAndroid.mk169 ifneq ($(1),target)
171 $$(error expected target or host for argument 1, received $(1))
215 ifeq ($$(art_target_or_host),target)
216 $(call set-target-local-clang-vars)
217 $(call set-target-local-cflags-vars,$(2))
234 ifeq ($$(art_target_or_host),target)
260 ifeq ($$(art_target_or_host),target)
269 ifeq ($$(art_target_or_host),target)
293 $(eval $(call build-libart-compiler,target,ndebug))
296 $(eval $(call build-libart-compiler,target,debug))
/art/compiler/dex/quick/
Dgen_common.cc396 QuickEntrypointEnum target; in GenFilledNewArray() local
399 target = kQuickCheckAndAllocArray; in GenFilledNewArray()
401 target = kQuickCheckAndAllocArrayWithAccessCheck; in GenFilledNewArray()
403 CallRuntimeHelperImmMethodImm(target, type_idx, elems, true); in GenFilledNewArray()
471 LIR* target = NewLIR0(kPseudoTargetLabel); in GenFilledNewArray() local
481 OpDecAndBranch(kCondGe, r_idx, target); in GenFilledNewArray()
517 uninit_->target = unresolved_target; in Compile()
613 QuickEntrypointEnum target = in GenSput() local
616 CallRuntimeHelperImmRegLocation(target, field_info.FieldIndex(), rl_src, true); in GenSput()
695 QuickEntrypointEnum target = in GenSget() local
[all …]
/art/compiler/optimizing/
Dbuilder.cc147 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/
Dcode_gen_data.cc43 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()
/art/runtime/
Dlock_word.h91 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()

1234