Home
last modified time | relevance | path

Searched refs:OutOfLineRecordWrite (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc124 class OutOfLineRecordWrite final : public OutOfLineCode { class
126 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon2251f8dd0111::OutOfLineRecordWrite
140 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon2251f8dd0111::OutOfLineRecordWrite
1167 OutOfLineRecordWrite* ool; in AssembleArchInstruction()
1173 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
1179 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc160 class OutOfLineRecordWrite final : public OutOfLineCode { class
162 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, in OutOfLineRecordWrite() function in v8::internal::compiler::__anona0ee8d350111::OutOfLineRecordWrite
176 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, in OutOfLineRecordWrite() function in v8::internal::compiler::__anona0ee8d350111::OutOfLineRecordWrite
1592 OutOfLineRecordWrite* ool; in AssembleArchInstruction()
1598 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
1604 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc165 class OutOfLineRecordWrite final : public OutOfLineCode { class
167 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon59fc88770111::OutOfLineRecordWrite
183 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t index, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon59fc88770111::OutOfLineRecordWrite
958 OutOfLineRecordWrite* ool; in AssembleArchInstruction()
965 OutOfLineRecordWrite(this, object, index, value, scratch0, scratch1, in AssembleArchInstruction()
972 OutOfLineRecordWrite(this, object, index, value, scratch0, scratch1, in AssembleArchInstruction()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc258 class OutOfLineRecordWrite final : public OutOfLineCode { class
260 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand index, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon8b58df4b0111::OutOfLineRecordWrite
844 OutOfLineRecordWrite(this, object, index, value, scratch0, scratch1, in AssembleArchInstruction()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc230 class OutOfLineRecordWrite final : public OutOfLineCode { class
232 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand operand, in OutOfLineRecordWrite() function in v8::internal::compiler::__anoneecd6e7b0111::OutOfLineRecordWrite
958 auto ool = new (zone()) OutOfLineRecordWrite(this, object, operand, value, in AssembleArchInstruction()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc140 class OutOfLineRecordWrite final : public OutOfLineCode { class
142 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, in OutOfLineRecordWrite() function in v8::internal::compiler::__anonf1dee3490111::OutOfLineRecordWrite
826 auto ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc143 class OutOfLineRecordWrite final : public OutOfLineCode { class
145 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, in OutOfLineRecordWrite() function in v8::internal::compiler::__anoncc158e1d0111::OutOfLineRecordWrite
846 auto ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc258 class OutOfLineRecordWrite final : public OutOfLineCode { class
260 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand operand, in OutOfLineRecordWrite() function in v8::internal::compiler::__anon54cc43750111::OutOfLineRecordWrite
917 auto ool = new (zone()) OutOfLineRecordWrite(this, object, operand, value, in AssembleArchInstruction()