Lines Matching refs:EmitSlotSearch
614 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
635 MemOperand slot_operand = EmitSlotSearch(source, destination);
646 MemOperand location = EmitSlotSearch(dst, scratch1);
707 // We bypass the general EmitSlotSearch because we know more about
1300 MemOperand slot_operand = EmitSlotSearch(slot, r0);
1601 __ ldr(r0, EmitSlotSearch(obj_proxy->var()->AsSlot(), r0));
1613 __ ldr(r1, EmitSlotSearch(obj_proxy->var()->AsSlot(), r0));
1955 MemOperand target = EmitSlotSearch(slot, r1);
2329 MemOperand operand = EmitSlotSearch(slot, r1);
3869 __ ldr(r0, EmitSlotSearch(obj_proxy->var()->AsSlot(), r0));