Searched refs:INCREMENTAL_COMPACTION (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h305 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
334 return INCREMENTAL_COMPACTION;
349 GetMode(stub) == INCREMENTAL_COMPACTION);
357 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-arm.cc6573 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
6638 if (mode == INCREMENTAL_COMPACTION) {
6692 if (mode == INCREMENTAL_COMPACTION) {
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h321 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
345 return INCREMENTAL_COMPACTION;
357 GetMode(stub) == INCREMENTAL_COMPACTION);
365 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-x64.cc6198 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
6263 if (mode == INCREMENTAL_COMPACTION) {
6322 if (mode == INCREMENTAL_COMPACTION) {
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h327 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
351 return INCREMENTAL_COMPACTION;
363 GetMode(stub) == INCREMENTAL_COMPACTION);
371 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-ia32.cc7111 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
7174 if (mode == INCREMENTAL_COMPACTION) {
7231 if (mode == INCREMENTAL_COMPACTION) {
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h316 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
349 return INCREMENTAL_COMPACTION;
364 GetMode(stub) == INCREMENTAL_COMPACTION);
372 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-mips.cc6990 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
7054 if (mode == INCREMENTAL_COMPACTION) {
7108 if (mode == INCREMENTAL_COMPACTION) {
/external/v8/src/x64/
H A Dcode-stubs-x64.h497 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
521 return INCREMENTAL_COMPACTION;
533 GetMode(stub) == INCREMENTAL_COMPACTION);
541 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-x64.cc6102 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
6168 if (mode == INCREMENTAL_COMPACTION) {
6180 if (mode == INCREMENTAL_COMPACTION) {
6228 if (mode == INCREMENTAL_COMPACTION) {
/external/v8/src/arm/
H A Dcode-stubs-arm.h480 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
509 return INCREMENTAL_COMPACTION;
524 GetMode(stub) == INCREMENTAL_COMPACTION);
532 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-arm.cc7195 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
7256 if (mode == INCREMENTAL_COMPACTION) {
7265 if (mode == INCREMENTAL_COMPACTION) {
7309 if (mode == INCREMENTAL_COMPACTION) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h495 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
519 return INCREMENTAL_COMPACTION;
531 GetMode(stub) == INCREMENTAL_COMPACTION);
539 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-ia32.cc7137 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
7195 if (mode == INCREMENTAL_COMPACTION) {
7206 if (mode == INCREMENTAL_COMPACTION) {
7252 if (mode == INCREMENTAL_COMPACTION) {
/external/v8/src/mips/
H A Dcode-stubs-mips.h491 INCREMENTAL_COMPACTION enumerator in enum:v8::internal::RecordWriteStub::Mode
524 return INCREMENTAL_COMPACTION;
539 GetMode(stub) == INCREMENTAL_COMPACTION);
547 case INCREMENTAL_COMPACTION:
H A Dcode-stubs-mips.cc7468 GenerateIncremental(masm, INCREMENTAL_COMPACTION);
7528 if (mode == INCREMENTAL_COMPACTION) {
7537 if (mode == INCREMENTAL_COMPACTION) {
7581 if (mode == INCREMENTAL_COMPACTION) {
/external/chromium_org/v8/src/
H A Dincremental-marking.cc524 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION);
612 MarkCompactCollector::INCREMENTAL_COMPACTION);
617 RecordWriteStub::INCREMENTAL_COMPACTION : RecordWriteStub::INCREMENTAL;
H A Dmark-compact.h588 INCREMENTAL_COMPACTION, enumerator in enum:v8::internal::MarkCompactCollector::CompactionMode
/external/v8/src/
H A Dincremental-marking.cc423 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION);
520 MarkCompactCollector::INCREMENTAL_COMPACTION);
525 RecordWriteStub::INCREMENTAL_COMPACTION : RecordWriteStub::INCREMENTAL;
H A Dmark-compact.h440 INCREMENTAL_COMPACTION, enumerator in enum:v8::internal::MarkCompactCollector::CompactionMode

Completed in 927 milliseconds