Searched refs:no (Results 1 - 13 of 13) sorted by relevance

/art/test/126-miranda-multidex/
H A Drun19 # The problem was first exposed in a no-verify setting, as that changes the resolution path
21 ${RUN} --no-verify ${@}
/art/test/117-nopatchoat/
H A Drun21 # This test is supposed to test with oat files. Make sure that the no-prebuild flag isn't set,
24 if [[ "${flags}" == *--no-prebuild* ]] ; then
25 echo "Test 117-nopatchoat is not intended to run in no-prebuild mode."
29 # This test is supposed to test relocation. Make sure that the no-relocate flag isn't set,
32 if [[ "${flags}" == *--no-relocate* ]] ; then
33 echo "Test 117-nopatchoat is not intended to run in no-relocate mode."
40 # Unfortunately there is no equivalent to /bin/false in android.
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64.cc50 int no; local
52 no = static_cast<int>(AsXRegister());
54 no = static_cast<int>(AsWRegister());
56 no = static_cast<int>(AsDRegister());
58 no = static_cast<int>(AsSRegister());
60 no = kNoRegister;
62 return no;
/art/test/056-const-string-jumbo/
H A Dbuild48 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --output=classes.dex classes
/art/test/089-many-methods/
H A Dbuild50 ${DX} -JXmx1024m --dex --no-optimize classes
/art/test/116-nodex2oat/
H A Drun22 if [[ "${flags}" == *--prebuild* || "${flags}" != *--no-prebuild* ]] ; then
/art/test/118-noimage-dex2oat/
H A Drun22 if [[ "${flags}" == *--prebuild* || "${flags}" != *--no-prebuild* ]] ; then
29 if [[ "${flags}" == *--no-relocate* ]] ; then
30 echo "Test 118-noimage-dex2oat is not intended to run in no-relocate mode."
/art/test/119-noimage-patchoat/
H A Drun21 if [[ "${flags}" == *--no-relocate* ]] ; then
22 echo "Test 119-noimage-patchoat is not intended to run in no-relocate mode."
/art/build/
H A DAndroid.oat.mk35 # $(2): pic/no-pic
40 # run-test --no-image
68 # Default has no infix, no compile options.
79 ifeq ($(2),no-pic)
82 ifneq ($(filter-out pic no-pic,$(2)),)
84 $$(error found $(2) expected pic or no-pic)
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
182 # Default has no infi
[all...]
/art/test/
H A DAndroid.run-test.mk102 PREBUILD_TYPES += no-prebuild
105 PREBUILD_TYPES += no-dex2oat
122 RELOCATE_TYPES += no-relocate
147 IMAGE_TYPES += no-image
199 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
236 ifneq (,$(filter no-prebuild,$(PREBUILD_TYPES)))
237 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-prebuild, \
251 ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
253 $(COMPILER_TYPES), no-relocate,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
310 ifneq (,$(filter no
[all...]
/art/runtime/
H A DAndroid.mk392 LOCAL_CLANG_ASFLAGS += -no-integrated-as
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S362 * r1 = argument array or null for no argument methods
748 cbnz r2, 1f @ success if no exception pending
774 cbnz r2, 1f @ success if no exception pending
885 cbnz r2, 1f @ success if no exception is pending
1020 cbnz r2, 1f @ success if no exception is pending
1057 sub sp, #8 @ space for return value argument. Note: AAPCS stack alignment is 8B, no
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S292 bnez $t0, 1f # success if no exception is pending
495 * a1 = argument array or null for no argument methods

Completed in 372 milliseconds