Searched refs:STORE_BUFFER_ONLY (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm/ |
D | code-stubs-arm.h | 74 STORE_BUFFER_ONLY, enumerator 108 return STORE_BUFFER_ONLY; in GetMode() 115 case STORE_BUFFER_ONLY: in Patch() 122 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 126 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 101 STORE_BUFFER_ONLY, enumerator 139 return STORE_BUFFER_ONLY; in GetMode() 146 case STORE_BUFFER_ONLY: in Patch() 153 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 157 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 102 STORE_BUFFER_ONLY, enumerator 140 return STORE_BUFFER_ONLY; in GetMode() 147 case STORE_BUFFER_ONLY: in Patch() 154 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 158 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.h | 97 enum Mode { STORE_BUFFER_ONLY, INCREMENTAL, INCREMENTAL_COMPACTION }; enumerator 126 return STORE_BUFFER_ONLY; in GetMode() 133 case STORE_BUFFER_ONLY: in Patch() 141 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 145 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.h | 95 STORE_BUFFER_ONLY, enumerator 121 return STORE_BUFFER_ONLY; in GetMode() 148 case STORE_BUFFER_ONLY: in Patch() 155 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 160 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/s390/ |
D | code-stubs-s390.h | 92 enum Mode { STORE_BUFFER_ONLY, INCREMENTAL, INCREMENTAL_COMPACTION }; enumerator 141 if (isSecondInstrNOP && isFirstInstrNOP) return STORE_BUFFER_ONLY; in GetMode() 150 return STORE_BUFFER_ONLY; in GetMode() 162 case STORE_BUFFER_ONLY: in Patch() 170 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 174 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 140 STORE_BUFFER_ONLY, enumerator 169 return STORE_BUFFER_ONLY; in GetMode() 174 case STORE_BUFFER_ONLY: in Patch() 181 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 185 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 137 STORE_BUFFER_ONLY, enumerator 166 return STORE_BUFFER_ONLY; in GetMode() 171 case STORE_BUFFER_ONLY: in Patch() 178 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 182 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 132 STORE_BUFFER_ONLY, enumerator 161 return STORE_BUFFER_ONLY; in GetMode() 166 case STORE_BUFFER_ONLY: in Patch() 173 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch() 177 DCHECK(GetMode(stub) == STORE_BUFFER_ONLY); in Patch()
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 430 DCHECK(RecordWriteStub::GetMode(stub) == RecordWriteStub::STORE_BUFFER_ONLY); in ActivateGeneratedStub() 958 RecordWriteStub::STORE_BUFFER_ONLY); in Stop()
|