OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConcurrent
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/alloc/
Heap.h
26
bool
isConcurrent
;
MarkSweep.h
60
void dvmHeapSweepUnmarkedObjects(bool isPartial, bool
isConcurrent
,
Heap.cpp
36
false, /*
isConcurrent
*/
45
true, /*
isConcurrent
*/
54
true, /*
isConcurrent
*/
63
false, /*
isConcurrent
*/
483
if (!spec->
isConcurrent
) {
514
if (spec->
isConcurrent
) {
532
if (spec->
isConcurrent
) {
597
if (spec->
isConcurrent
) {
602
dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->
isConcurrent
,
606
if (spec->
isConcurrent
) {
[
all
...]
MarkSweep.cpp
861
bool
isConcurrent
;
868
if (ctx->
isConcurrent
) {
873
if (ctx->
isConcurrent
) {
915
void dvmHeapSweepUnmarkedObjects(bool isPartial, bool
isConcurrent
,
933
ctx.
isConcurrent
=
isConcurrent
;
Completed in 6202 milliseconds