Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 14 of 14) sorted by relevance

/art/test/112-double-math/
Dinfo.txt1 This checks the neg_double bytecode.
/art/test/122-npe/
Dinfo.txt1 Test that our NPE checks and stack traces work.
/art/test/121-simple-suspend-check/
Dinfo.txt1 Simple test to ensure the compiler emits suspend checks on loops.
/art/test/088-monitor-verification/
Dinfo.txt2 lock checks in the bytecode verifier.
/art/test/507-referrer/
Dinfo.txt2 to do incorrect access checks on static fields when inlining.
/art/test/508-referrer-method/
Dinfo.txt2 to do incorrect access checks on static calls when inlining.
/art/test/478-checker-clinit-check-pruning/
Dinfo.txt1 Test ensuring class initializations checks (and load class instructions)
/art/test/479-regression-implicit-null-check/
Dinfo.txt2 checked a different object. This lead to valid null checks being elided.
/art/test/121-modifiers/
Dbuild36 ${JACK} --sanity-checks off --import classes.jack --output-dex .
/art/test/076-boolean-put/
Dinfo.txt1 This checks a case where javac generates code that stores a byte into a
/art/test/302-float-conversion/
Dinfo.txt5 The second test checks the Load hoisting optimization for float pointing conversion.
/art/test/068-classloader/
Dinfo.txt4 some situations in which a VM that only checks the UTF-8 signatures could
/art/compiler/dex/
Dmir_optimization.cc1579 float checks = static_cast<float>(stats->null_checks); in DumpCheckStats() local
1582 << (eliminated/checks) * 100.0 << "%"; in DumpCheckStats()
1586 float checks = static_cast<float>(stats->range_checks); in DumpCheckStats() local
1589 << (eliminated/checks) * 100.0 << "%"; in DumpCheckStats()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1504 move $ra, $zero # link register is to here, so clobber with 0 for later checks