Home
last modified time | relevance | path

Searched refs:a (Results 401 – 425 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/art/test/080-oom-throw-with-finalizer/
Dinfo.txt1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
/art/test/128-reg-spill-on-implicit-nullcheck/
Dinfo.txt1 This is a compiler reggression test for missing reg spilling on implicit nullcheck.
/art/test/507-boolean-test/
Dinfo.txt2 crash when compiling (a ? 1 : 0) == 2.
/art/test/584-checker-div-bool/
Dinfo.txt2 HDivZeroCheck taking a boolean.
/art/test/992-source-data/
Dinfo.txt1 Tests that we can get the source file of a class from JVMTI.
/art/test/579-inline-infinite/
Dinfo.txt2 Inlining of method with infinite loop cause a crash.
/art/test/560-packed-switch/
Dinfo.txt2 for a HPackedSwitch.
/art/runtime/gc/
Dtask_processor.h72 bool operator()(const HeapTask* a, const HeapTask* b) const { in operator()
73 return a->GetTargetRunTime() < b->GetTargetRunTime(); in operator()
/art/cmdline/
DAndroid.bp6 // You may obtain a copy of the License at
17 // TODO: this header library depends on libart. Find a way to express that.
/art/tools/
Ddex2oat_wrapper5 # You may obtain a copy of the License at
15 # This script is used on host and device. It uses a common subset
36 declare -a args=("$@")
109 # If the dex2oat binary with the bitness as a suffix doesn't exist,
110 # try with a dex2oat without suffix.
/art/test/453-not-byte/
Dinfo.txt1 Regression test for optimizing, which was expecting int only on a not-int instruction.
/art/test/300-package-override/
Dinfo.txt1 Tests a dalvik bug where we'd allow subclasses to override package-protected
/art/test/506-verify-aput/
Dinfo.txt1 Test that an aput on a null array is properly checked
/art/test/089-many-methods/
Dinfo.txt1 Test that we print a reasonable message when the application exceeds more
/art/test/443-not-bool-inline/
Dinfo.txt1 Regression test for optimizing, who used a wrong instruction
/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/test/489-current-method-regression/
Dinfo.txt1 Regression test for a crash due to the removal
/art/test/648-many-direct-methods/
Dinfo.txt1 Regression test checking that the runtime can handle a huge number of
/art/test/478-checker-inliner-nested-loop/
Dinfo.txt1 Tests inlining into a nested loop. SSAChecker should verify that
/art/test/642-fp-callees/
Dinfo.txt2 use D14 as a temporary register.
/art/test/166-bad-interface-super/
Dinfo.txt1 Test that linking an interface declaring a superclass other than j.l.Object throws CFE.
/art/test/657-branches/
Dinfo.txt1 Regression test for the ARM backend, which used to have a bug
/art/libartbase/base/
Dutils.h65 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator()
69 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator()
73 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator()
/art/test/1949-short-dex-file/
Dinfo.txt3 The JIT was reading into incorrect dex files during class redefinition if a
13 In the transformed version of the dex file there is a new method. The new list of methodIDs is:
29 The final method that causes the OOB read needs to be a native method because that is the only
/art/test/636-wrong-static-access/
Dinfo.txt1 Test that the compiler checks if a resolved field is

1...<<11121314151617181920>>...45