HomeSort by relevance Sort by last modified time
    Searched refs:PRECISE (Results 1 - 4 of 4) sorted by null

  /dalvik/tests/etc/
push-and-run-test-jar 15 # --no-precise -- turn off precise GC (on by default)
28 PRECISE="y"
59 elif [ "x$1" = "x--no-precise" ]; then
60 PRECISE="n"
112 if [ "$PRECISE" = "y" ]; then
113 GC_OPTS="-Xgc:precise -Xgenregmap"
host-run-test-jar 30 PRECISE="y"
66 elif [ "x$1" = "x--no-precise" ]; then
67 PRECISE="n"
113 if [ "$PRECISE" = "y" ]; then
114 GC_OPTS="-Xgc:precise -Xgenregmap"
  /external/v8/src/
mark-compact.h 477 PRECISE
571 // Global flag that forces sweeping to be precise, so we can traverse the
mark-compact.cc     [all...]

Completed in 222 milliseconds