OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConcurrentSweepingInProgress
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
mark-compact.h
728
bool
IsConcurrentSweepingInProgress
();
[
all
...]
mark-compact.cc
596
bool MarkCompactCollector::
IsConcurrentSweepingInProgress
() {
907
if (
IsConcurrentSweepingInProgress
()) {
[
all
...]
heap.h
[
all
...]
spaces.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
47
if (collector->
IsConcurrentSweepingInProgress
()) {
[
all
...]
Completed in 216 milliseconds