OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WasSweptPrecisely
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
spaces.h
713
bool
WasSweptPrecisely
() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
715
bool WasSwept() { return
WasSweptPrecisely
() || WasSweptConservatively(); }
[
all
...]
/external/chromium_org/v8/src/
spaces.h
810
bool
WasSweptPrecisely
() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
812
bool WasSwept() { return
WasSweptPrecisely
() || WasSweptConservatively(); }
[
all
...]
Completed in 27 milliseconds