Searched refs:target (Results 1 - 25 of 98) sorted by relevance

1234

/art/tools/dexfuzz/src/dexfuzz/program/
H A DMBranchInsn.java20 * A subclass of the MInsn, that tracks its target instruction.
26 public MInsn target; field in class:MBranchInsn
34 newInsn.target = target;
H A DMSwitchInsn.java43 for (MInsn target : targets) {
44 newInsn.targets.add(target);
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsTarget.java22 * Every Format that contains an offset to a target instruction
28 public void setTarget(Instruction insn, long target); argument
H A DFormat10t.java53 public void setTarget(Instruction insn, long target) { argument
54 insn.vregA = target;
H A DFormat20t.java54 public void setTarget(Instruction insn, long target) { argument
55 insn.vregA = target;
H A DFormat21t.java54 public void setTarget(Instruction insn, long target) { argument
55 insn.vregB = target;
H A DFormat22t.java54 public void setTarget(Instruction insn, long target) { argument
55 insn.vregC = target;
H A DFormat30t.java54 public void setTarget(Instruction insn, long target) { argument
55 insn.vregA = target;
H A DFormat31t.java54 public void setTarget(Instruction insn, long target) { argument
55 insn.vregB = target;
/art/
H A DAndroid.mk34 # Don't bother with tests unless there is a test-art*, build-art*, or related target.
41 clean-oat: clean-oat-host clean-oat-target
54 .PHONY: clean-oat-target
55 clean-oat-target:
113 # All the dependencies that must be built ahead of sync-ing them onto the target device.
120 # Sync test files to the target, depends upon all things that must be pushed to the target.
121 .PHONY: test-art-target-sync
123 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS)
128 test-art-target
[all...]
/art/test/
H A DAndroid.libnativebridgetest.mk29 # $(1): target or host
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))
H A DAndroid.libarttest.mk44 # $(1): target or host
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))
H A DAndroid.run-test.mk28 # out/target/product/generic_x86_64/obj/PACKAGING/art-run-tests_intermediates/DATA
96 TARGET_TYPES := host target
177 $(foreach target, $(1), \
190 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
270 # 115-native-bridge setup is complicated. Need to implement it correctly for the target.
271 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES),$(COMPILER_TYPES), \
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,
[all...]
/art/disassembler/
H A DAndroid.mk28 # $(1): target or host
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))
108 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target
[all...]
/art/tools/
H A DAndroid.mk28 $(copy-file-to-new-target)
31 # Copy the art shell script to the target's bin directory
38 $(copy-file-to-new-target)
H A Drun-libcore-tests.sh23 test_jar=out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar
/art/patchoat/
H A DAndroid.mk33 $(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)))
39 # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
/art/build/
H A DAndroid.executable.mk28 # $(5): target or host
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)
156 # Build many art executables from multiple variations (debug/ndebug, host/target, 3
[all...]
H A DAndroid.oat.mk19 # (that is, non-Android frameworks) testing on the host and target
99 # If we have a wrapper, make the target phony.
155 define create-core-oat-target-rules
217 # If we have a wrapper, make the target phony.
225 @echo "target dex2oat: $$@ ($$?)"
247 endef # 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
[all...]
H A DAndroid.cpplint.mk37 define declare-art-cpplint-target
49 $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(file))))
50 #$(info $(call declare-art-cpplint-target,$(firstword $(ART_CPPLINT_SRC))))
/art/tools/dexfuzz/
H A DAndroid.mk36 $(copy-file-to-new-target)
/art/test/046-reflect/src/
H A DMain.java65 Class target = Target.class;
69 field = target.getField("string1");
72 field = target.getField("string2");
75 field = target.getField("string3");
83 Class target = otherpackage.Other.class;
87 meth = target.getMethod("publicMethod", (Class[]) null);
91 meth = target.getMethod("packageMethod", (Class[]) null);
99 target = instance.getClass();
100 meth = target.getMethod("innerMethod", (Class[]) null);
109 Field field = target
[all...]
/art/compiler/dex/quick/x86/
H A Dquick_assemble_x86_test.cc32 X86Mir2Lir* Prepare(InstructionSet target) { argument
33 isa_ = target;
116 bool CheckTools(InstructionSet target) { argument
117 Prepare(target);
137 void Test(InstructionSet target, std::string test_name, std::string gcc_asm, argument
139 X86Mir2Lir* m2l = Prepare(target);
195 void TestVectorFn(InstructionSet target, argument
199 X86Mir2Lir *m2l = Prepare(target);
/art/dex2oat/
H A DAndroid.mk41 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug,$(dex2oat_target_arch)))
44 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug,$(dex2oat_target_arch)))
47 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
/art/test/085-old-style-inner-class/
H A Dbuild20 # We compile for a 1.4 target to suppress the use of EnclosingMethod
23 ${JAVAC} -source 1.4 -target 1.4 -d classes `find src -name '*.java'`

Completed in 1275 milliseconds

1234