Searched refs:INCREMENTAL_COMPACTION (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/arm/ |
D | code-stubs-arm.h | 76 INCREMENTAL_COMPACTION enumerator 103 return INCREMENTAL_COMPACTION; in GetMode() 117 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 125 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-arm.cc | 3920 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4024 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 103 INCREMENTAL_COMPACTION enumerator 134 return INCREMENTAL_COMPACTION; in GetMode() 148 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 156 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-mips.cc | 4140 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4249 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.h | 97 enum Mode { STORE_BUFFER_ONLY, INCREMENTAL, INCREMENTAL_COMPACTION }; enumerator 123 return INCREMENTAL_COMPACTION; in GetMode() 135 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 144 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-ppc.cc | 4127 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4227 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 104 INCREMENTAL_COMPACTION enumerator 135 return INCREMENTAL_COMPACTION; in GetMode() 149 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 157 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-mips64.cc | 4173 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4282 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.h | 97 INCREMENTAL_COMPACTION enumerator 116 return INCREMENTAL_COMPACTION; in GetMode() 150 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 159 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-arm64.cc | 4126 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker() 4195 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate()
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 134 INCREMENTAL_COMPACTION enumerator 156 return INCREMENTAL_COMPACTION; in GetMode() 168 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 176 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-x64.cc | 3896 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4005 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 139 INCREMENTAL_COMPACTION enumerator 161 return INCREMENTAL_COMPACTION; in GetMode() 173 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 181 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-x87.cc | 3648 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 3754 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 142 INCREMENTAL_COMPACTION enumerator 164 return INCREMENTAL_COMPACTION; in GetMode() 176 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch() 184 case INCREMENTAL_COMPACTION: in Patch()
|
D | code-stubs-ia32.cc | 3968 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate() 4074 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 476 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION); in ActivateGeneratedStub() 557 MarkCompactCollector::INCREMENTAL_COMPACTION); in StartMarking() 562 ? RecordWriteStub::INCREMENTAL_COMPACTION in StartMarking()
|
D | mark-compact.h | 347 enum CompactionMode { INCREMENTAL_COMPACTION, NON_INCREMENTAL_COMPACTION }; enumerator
|