Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 17 of 17) sorted by relevance

/art/test/707-checker-invalid-profile/
DAndroid.bp3 // Build rules for ART run-test `707-checker-invalid-profile`.
16 name: "art-run-test-707-checker-invalid-profile",
21 ":art-run-test-707-checker-invalid-profile-expected-stdout",
22 ":art-run-test-707-checker-invalid-profile-expected-stderr",
31 name: "art-run-test-707-checker-invalid-profile-expected-stdout",
32 out: ["art-run-test-707-checker-invalid-profile-expected-stdout.txt"],
39 name: "art-run-test-707-checker-invalid-profile-expected-stderr",
40 out: ["art-run-test-707-checker-invalid-profile-expected-stderr.txt"],
Dinfo.txt1 Verify the compiler can handle an invalid profile with methods
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali139invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->inva…
/art/test/726-array-store/
Dinfo.txt1 Regression test on storing an invalid type into an array.
/art/test/558-switch/
Dinfo.txt1 Regression test for optimizing that used to generate invalid
/art/test/1980-obsolete-object-cleared/
Dinfo.txt2 obsolete/invalid reflection objects.
/art/test/1981-structural-redef-private-method-handles/
Dinfo.txt2 obsolete/invalid reflection objects.
/art/test/2008-redefine-then-old-reflect-field/
Dinfo.txt3 We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
/art/test/097-duplicate-method/
Dinfo.txt5 with Jack (this is invalid) or smali (it does not keep duplicate
/art/tools/veridex/
Dappcompat.sh31 --exclude-api-lists=sdk,invalid \
/art/test/115-native-bridge/
Dexpected-stdout.txt68 Loading invalid library 'libinvalid.so' from Java, which will fail.
/art/cmdline/
DREADME.md70 --apple:123 --orange:0.456` . It will error out automatically if invalid flags are given, or if the
72 (invalid argument), neither will `--apple:fruit` (fruit is not an int) nor `--orange:1234` (1234 is
176 with invalid values, only user-arguments for which it could not find a matching argument definition.
/art/tools/ahat/
DREADME.txt44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
/art/dex2oat/linker/
Dimage_writer.cc1120 mirror::MethodDexCachePair invalid(nullptr, in ClearDexCache() local
1122 mirror::DexCache::SetNativePair(resolved_methods, slot_idx, invalid); in ClearDexCache()
1127 mirror::FieldDexCachePair invalid(nullptr, in ClearDexCache() local
1129 mirror::DexCache::SetNativePair(resolved_fields, slot_idx, invalid); in ClearDexCache()
1134 mirror::TypeDexCachePair invalid(nullptr, in ClearDexCache() local
1136 resolved_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()
1141 mirror::StringDexCachePair invalid(nullptr, in ClearDexCache() local
1143 resolved_strings[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()
1149 mirror::MethodTypeDexCachePair invalid( in ClearDexCache() local
1151 resolved_method_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()
/art/tools/checker/
DREADME43 the invalid regex 'foo{2', but '{{(fo{2})}}' will match 'foo'.
/art/build/
DAndroid.bp136 "-Wno-invalid-offsetof",
/art/runtime/jni/
Djni_internal_test.cc1465 jobject invalid = reinterpret_cast<jobject>(this); in TEST_F() local
1466 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(invalid)); in TEST_F()
1587 for (char invalid : { '\xc0', '\xe0', '\xf0' }) { in TEST_F()
1588 utf_src[kPageSize - 2u] = invalid; in TEST_F()