OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRECISE
(Results
1 - 6
of
6
) 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
...]
/external/chromium_org/v8/src/
mark-compact.h
628
PRECISE
775
// Global flag that forces sweeping to be
precise
, so we can traverse the
[
all
...]
mark-compact.cc
[
all
...]
Completed in 47 milliseconds