Home
last modified time | relevance | path

Searched refs:that (Results 326 – 350 of 489) sorted by relevance

1...<<11121314151617181920

/art/test/034-call-null/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/038-inner-null/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/021-string2/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/008-exceptions/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/049-show-object/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/045-reflect-array/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/051-thread/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/054-uncaught/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/029-assert/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/010-instance/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/047-returns/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/007-count10/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/019-wrong-array-type/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/openjdkjvmti/
DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running
/art/tools/checker/
DREADME8 followed by a pattern that the engine attempts to match in the compiler output.
58 group named on the first line. Together they verify that the CFG after
82 'CHECK-START' keyword. Any listed architecture will match in that case,
95 CHECK-IF and CHECK-ELIF take a Python expression as input that will be evaluated by `eval`.
98 architecture features enabled at compile time. For that purpose, you can call the custom made
125 Checker expects that the previously executed statement was either a CHECK or a CHECK-NEXT.
129 (of any depth, since nested branching is allowed), that variable will become global within the scope
143 Notice that the variable MyID remained valid outside the branch where it was defined.
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali19 # Test that catch phis are allocated to a stack slot, and that equivalent catch
58 # Test that wide catch phis are allocated to two stack slots.
/art/imgdiag/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
26 // that the image it's analyzing be the same ISA as the runtime ISA.
/art/test/939-hello-transformation-bcp/
Dinfo.txt5 so that the CLASS_BYTES and DEX_BYTES fields contain dex/class bytes for an
/art/test/664-aget-verifier/
Dinfo.txt1 Tests how the verifier handles aget on an array that was initially null.
/art/test/800-smali/smali/
Db_122501785.smali3 # Test that a hard + soft verifier failure in instance field access
Db_22045582.smali3 # Fail verification of a method that returns an undefined register even if the return type
/art/test/087-gc-after-link/
Dinfo.txt5 that dvmFreeClassInnards could be called twice on the same class.
/art/runtime/mirror/
Dstring.cc219 bool String::Equals(ObjPtr<String> that) { in Equals() argument
220 if (this == that) { in Equals()
223 } else if (that == nullptr) { in Equals()
226 } else if (this->GetLength() != that->GetLength()) { in Equals()
232 for (int32_t i = 0; i < that->GetLength(); ++i) { in Equals()
233 if (this->CharAt(i) != that->CharAt(i)) { in Equals()
/art/test/086-null-super/
Dinfo.txt5 that if there was no exception, the value returned would be non-null.
/art/test/518-null-array-get/
Dinfo.txt1 Codifies that the verifier should reject type-unsafe

1...<<11121314151617181920