Searched refs:checks (Results 1 – 14 of 14) sorted by relevance
1 This checks the neg_double bytecode.
1 Test that our NPE checks and stack traces work.
1 Simple test to ensure the compiler emits suspend checks on loops.
2 lock checks in the bytecode verifier.
2 to do incorrect access checks on static fields when inlining.
2 to do incorrect access checks on static calls when inlining.
1 Test ensuring class initializations checks (and load class instructions)
2 checked a different object. This lead to valid null checks being elided.
36 ${JACK} --sanity-checks off --import classes.jack --output-dex .
1 This checks a case where javac generates code that stores a byte into a
5 The second test checks the Load hoisting optimization for float pointing conversion.
4 some situations in which a VM that only checks the UTF-8 signatures could
1579 float checks = static_cast<float>(stats->null_checks); in DumpCheckStats() local1582 << (eliminated/checks) * 100.0 << "%"; in DumpCheckStats()1586 float checks = static_cast<float>(stats->range_checks); in DumpCheckStats() local1589 << (eliminated/checks) * 100.0 << "%"; in DumpCheckStats()
1504 move $ra, $zero # link register is to here, so clobber with 0 for later checks