Home
last modified time | relevance | path

Searched refs:INCREMENTAL_COMPACTION (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/x64/
Dcode-stubs-x64.h497 INCREMENTAL_COMPACTION enumerator
521 return INCREMENTAL_COMPACTION; in GetMode()
533 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch()
541 case INCREMENTAL_COMPACTION: in Patch()
Dcode-stubs-x64.cc6102 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate()
6168 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
6180 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
6228 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
/external/v8/src/ia32/
Dcode-stubs-ia32.h495 INCREMENTAL_COMPACTION enumerator
519 return INCREMENTAL_COMPACTION; in GetMode()
531 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch()
539 case INCREMENTAL_COMPACTION: in Patch()
Dcode-stubs-ia32.cc7137 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate()
7195 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7206 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7252 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
/external/v8/src/arm/
Dcode-stubs-arm.h480 INCREMENTAL_COMPACTION enumerator
509 return INCREMENTAL_COMPACTION; in GetMode()
524 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch()
532 case INCREMENTAL_COMPACTION: in Patch()
Dcode-stubs-arm.cc7195 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate()
7256 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7265 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7309 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
/external/v8/src/mips/
Dcode-stubs-mips.h491 INCREMENTAL_COMPACTION enumerator
524 return INCREMENTAL_COMPACTION; in GetMode()
539 GetMode(stub) == INCREMENTAL_COMPACTION); in Patch()
547 case INCREMENTAL_COMPACTION: in Patch()
Dcode-stubs-mips.cc7468 GenerateIncremental(masm, INCREMENTAL_COMPACTION); in Generate()
7528 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7537 if (mode == INCREMENTAL_COMPACTION) { in InformIncrementalMarker()
7581 if (mode == INCREMENTAL_COMPACTION) { in CheckNeedsToInformIncrementalMarker()
/external/v8/src/
Dincremental-marking.cc423 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION); in ActivateGeneratedStub()
520 MarkCompactCollector::INCREMENTAL_COMPACTION); in StartMarking()
525 RecordWriteStub::INCREMENTAL_COMPACTION : RecordWriteStub::INCREMENTAL; in StartMarking()
Dmark-compact.h440 INCREMENTAL_COMPACTION, enumerator