Home | History | Annotate | Download | only in x64

Lines Matching defs:EmitSlotSearch

340   MemOperand slot_operand = codegen()->EmitSlotSearch(slot, result_register());
346 MemOperand slot_operand = codegen()->EmitSlotSearch(slot, result_register());
585 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
605 MemOperand location = EmitSlotSearch(source, destination);
616 MemOperand location = EmitSlotSearch(dst, scratch1);
674 // We bypass the general EmitSlotSearch because we know more about
1259 MemOperand slot_operand = EmitSlotSearch(slot, rax);
1282 MemOperand object_loc = EmitSlotSearch(object_slot, rax);
1558 EmitSlotSearch(obj_proxy->var()->AsSlot(), rcx);
1571 EmitSlotSearch(obj_proxy->var()->AsSlot(), rcx);
1869 MemOperand target = EmitSlotSearch(slot, rcx);
2228 MemOperand operand = EmitSlotSearch(slot, rdx);
3800 EmitSlotSearch(obj_proxy->var()->AsSlot(), rcx);