Home
last modified time | relevance | path

Searched refs:scratch0_ (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/ia32/
Dcode-stubs-ia32.h210 scratch0_(scratch0) { in RegisterAllocation()
212 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); in RegisterAllocation()
214 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); in RegisterAllocation()
217 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); in RegisterAllocation()
220 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); in RegisterAllocation()
222 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation()
228 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
229 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save()
230 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
234 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_); in Save()
[all …]
/external/v8/src/x87/
Dcode-stubs-x87.h207 scratch0_(scratch0) { in RegisterAllocation()
209 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); in RegisterAllocation()
211 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); in RegisterAllocation()
214 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); in RegisterAllocation()
217 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); in RegisterAllocation()
219 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation()
225 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
226 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save()
227 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
231 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_); in Save()
[all …]
/external/v8/src/x64/
Dcode-stubs-x64.h202 scratch0_(scratch0) { in RegisterAllocation()
204 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); in RegisterAllocation()
206 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); in RegisterAllocation()
209 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); in RegisterAllocation()
212 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); in RegisterAllocation()
214 DCHECK(!AreAliased(scratch0_, object_, address_, rcx)); in RegisterAllocation()
220 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
221 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save()
222 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
226 if (!scratch0_.is(scratch0_orig_)) masm->Push(scratch0_); in Save()
[all …]
/external/v8/src/arm/
Dcode-stubs-arm.h148 scratch0_(scratch0) { in RegisterAllocation()
150 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation()
154 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
170 masm->SaveFPRegs(sp, scratch0_); in SaveCallerSaveRegisters()
177 masm->RestoreFPRegs(sp, scratch0_); in RestoreCallerSaveRegisters()
184 inline Register scratch0() { return scratch0_; } in scratch0()
190 Register scratch0_; variable
/external/v8/src/mips64/
Dcode-stubs-mips64.h180 scratch0_(scratch0) { in RegisterAllocation()
182 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation()
186 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
216 inline Register scratch0() { return scratch0_; } in scratch0()
222 Register scratch0_; variable
/external/v8/src/ppc/
Dcode-stubs-ppc.h164 : object_(object), address_(address), scratch0_(scratch0) { in RegisterAllocation()
166 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation()
170 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
204 inline Register scratch0() { return scratch0_; } in scratch0()
210 Register scratch0_; variable
/external/v8/src/mips/
Dcode-stubs-mips.h179 scratch0_(scratch0) { in RegisterAllocation()
181 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation()
185 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
215 inline Register scratch0() { return scratch0_; } in scratch0()
221 Register scratch0_; variable
/external/v8/src/arm64/
Dcode-stubs-arm64.h180 scratch0_(scratch), in RegisterAllocation()
202 saved_regs_.Remove(scratch0_); in RegisterAllocation()
239 Register scratch0() { return scratch0_; } in scratch0()
246 Register scratch0_; variable
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc210 scratch0_(scratch0), in OutOfLineRecordWrite()
219 __ CheckPageFlag(value_, scratch0_, in Generate()
227 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
237 Register const scratch0_; member in v8::internal::compiler::__anon36e288ba0111::OutOfLineRecordWrite
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc280 scratch0_(scratch0), in OutOfLineRecordWrite()
289 __ CheckPageFlagClear(value_, scratch0_, in Generate()
297 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
307 Register const scratch0_; member in v8::internal::compiler::__anon6ffb490e0111::OutOfLineRecordWrite
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc236 scratch0_(scratch0), in OutOfLineRecordWrite()
245 __ CheckPageFlag(value_, scratch0_, in Generate()
251 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
261 Register const scratch0_; member in v8::internal::compiler::__anon033360780111::OutOfLineRecordWrite
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc171 scratch0_(scratch0), in OutOfLineRecordWrite()
180 __ CheckPageFlag(value_, scratch0_, in Generate()
188 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
198 Register const scratch0_; member in v8::internal::compiler::__anonff37f9200111::OutOfLineRecordWrite
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc222 scratch0_(scratch0), in OutOfLineRecordWrite()
231 __ CheckPageFlag(value_, scratch0_, in Generate()
239 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
249 Register const scratch0_; member in v8::internal::compiler::__anona046004c0111::OutOfLineRecordWrite
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc222 scratch0_(scratch0), in OutOfLineRecordWrite()
231 __ CheckPageFlag(value_, scratch0_, in Generate()
239 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
249 Register const scratch0_; member in v8::internal::compiler::__anon62f974a00111::OutOfLineRecordWrite
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc240 scratch0_(scratch0), in OutOfLineRecordWrite()
249 __ CheckPageFlag(value_, scratch0_, in Generate()
255 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
265 Register const scratch0_; member in v8::internal::compiler::__anonc24d0ee80111::OutOfLineRecordWrite
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc204 scratch0_(scratch0), in OutOfLineRecordWrite()
213 __ CheckPageFlag(value_, scratch0_, in Generate()
219 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_, in Generate()
229 Register const scratch0_; member in v8::internal::compiler::__anoncbb36ebe0111::OutOfLineRecordWrite