/external/v8/src/ia32/ |
full-codegen-ia32.cc | 170 int context_offset = Context::SlotOffset(slot->index()); local 171 __ mov(Operand(esi, context_offset), eax); 176 __ RecordWrite(ecx, context_offset, eax, ebx); [all...] |
lithium-codegen-ia32.cc | 187 int context_offset = Context::SlotOffset(slot->index()); local 188 __ mov(Operand(esi, context_offset), eax); 193 __ RecordWrite(ecx, context_offset, eax, ebx); [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 169 int context_offset = Context::SlotOffset(slot->index()); local 170 __ movq(Operand(rsi, context_offset), rax); 175 __ RecordWrite(rcx, context_offset, rax, rbx); [all...] |
lithium-codegen-x64.cc | 202 int context_offset = Context::SlotOffset(slot->index()); local 203 __ movq(Operand(rsi, context_offset), rax); 208 __ RecordWrite(rcx, context_offset, rax, rbx); [all...] |