Home
last modified time | relevance | path

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

/art/compiler/utils/arm64/
Dmanaged_register_arm64.cc50 int no; in RegNo() local
52 no = static_cast<int>(AsXRegister()); in RegNo()
54 no = static_cast<int>(AsWRegister()); in RegNo()
56 no = static_cast<int>(AsDRegister()); in RegNo()
58 no = static_cast<int>(AsSRegister()); in RegNo()
60 no = kNoRegister; in RegNo()
62 return no; in RegNo()
/art/test/044-proxy/
Dexpected.txt15 (no args)
42 (no args)
47 (no args)
50 (no args)
64 (no args)
67 (no args)
70 (no args)
73 (no args)
76 (no args)
79 (no args)
[all …]
/art/build/
DAndroid.oat.mk79 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))
193 ifeq ($(2),no-pic)
196 ifneq ($(filter-out pic no-pic,$(2)),)
198 $$(error found $(2) expected pic or no-pic)
253 $(call create-core-oat-target-rules,$(1),no-pic,,$(2),$(3))
257 $(call create-core-oat-target-rules,$(1),no-pic,2ND_,$(2),$(3))
/art/test/117-nopatchoat/
Drun24 if [[ "${flags}" == *--no-prebuild* ]] ; then
32 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/056-const-string-jumbo/
Dbuild48 …${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --output=classes.dex clas…
/art/test/118-noimage-dex2oat/
Drun22 if [[ "${flags}" == *--prebuild* || "${flags}" != *--no-prebuild* ]] ; then
29 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/
DAndroid.run-test.mk102 PREBUILD_TYPES += no-prebuild
105 PREBUILD_TYPES += no-dex2oat
122 RELOCATE_TYPES += no-relocate
147 IMAGE_TYPES += no-image
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-dex2oat,$(PREBUILD_TYPES)))
311 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-dex2oat, \
[all …]
DREADME.txt4 single test. Run "./run-test" with no arguments to see command flags;
/art/test/435-try-finally-without-catch/
Dinfo.txt15 clause but with no `catch' block: in that case, the generated Dex code
17 art::CodeItem::tries_size_) and the optimizing compiler would have no
19 (yet). With no hint that this method might contain one (or several)
/art/test/126-miranda-multidex/
Drun21 ${RUN} --no-verify ${@}
/art/test/089-many-methods/
Dbuild50 ${DX} -JXmx1024m --dex --no-optimize classes
/art/test/116-nodex2oat/
Drun22 if [[ "${flags}" == *--prebuild* || "${flags}" != *--no-prebuild* ]] ; then
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/test/501-regression-packed-switch/
Dinfo.txt2 to trip when compiled code contained a packed switch with no targets.
/art/test/134-nodex2oat-nofallback/
Dexpected.txt23 …error Failed to open oat filename for reading: No such file or directory) (no dalvik_cache availib…
33 …Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack t…
54 …error Failed to open oat filename for reading: No such file or directory) (no dalvik_cache availib…
64 …Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack t…
/art/test/119-noimage-patchoat/
Drun21 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/086-null-super/
Dinfo.txt5 that if there was no exception, the value returned would be non-null.
/art/compiler/dex/quick/mips/
DREADME.mips30 means that no floating point promotion is allowed. Among the solution are:
41 Little to no attempt was made to fill branch delay slots. Branch
/art/test/520-equivalent-phi/smali/
DEquivalent.smali29 # the compiler with a reference equivalent that has no use. So
/art/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
166 8. Limitation of Liability. In no event and under no legal theory,
/art/cmdline/
DREADME.md120 When an argument definition has multiple aliases with no wildcards, it might be convenient to
133 no way to position-ally match that).
210 // at compile-time and this will no longer be required
/art/test/046-reflect/
Dexpected.txt29 Calling no-arg void-return method
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1020 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/
DAndroid.mk392 LOCAL_CLANG_ASFLAGS += -no-integrated-as
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S292 bnez $t0, 1f # success if no exception is pending