Searched refs:checks (Results 1 - 3 of 3) sorted by relevance

/art/build/
H A DAndroid.common.mk170 $(info Using target GCC $(TARGET_GCC_VERSION) disables thread-safety checks.)
/art/compiler/dex/
H A Dmir_optimization.cc478 /* Collect stats on number of checks removed */
617 /* Eliminate unnecessary null checks for a basic block. */
813 float checks = static_cast<float>(stats->null_checks); local
816 << (eliminated/checks) * 100.0 << "%";
820 float checks = static_cast<float>(stats->range_checks); local
823 << (eliminated/checks) * 100.0 << "%";
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S908 mov lr, #0 @ link register is to here, so clobber with 0 for later checks
1232 * Unroll the first two checks so we can quickly catch early mismatch

Completed in 88 milliseconds