Lines Matching defs:EmitSlotSearch
336 MemOperand slot_operand = codegen()->EmitSlotSearch(slot, result_register());
342 MemOperand slot_operand = codegen()->EmitSlotSearch(slot, result_register());
581 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
601 MemOperand location = EmitSlotSearch(source, destination);
612 MemOperand location = EmitSlotSearch(dst, scratch1);
671 // We bypass the general EmitSlotSearch because we know more about
1247 MemOperand slot_operand = EmitSlotSearch(slot, eax);
1270 MemOperand object_loc = EmitSlotSearch(object_slot, eax);
1548 EmitSlotSearch(obj_proxy->var()->AsSlot(), ecx);
1561 EmitSlotSearch(obj_proxy->var()->AsSlot(), ecx);
1896 MemOperand target = EmitSlotSearch(slot, ecx);
2252 MemOperand operand = EmitSlotSearch(slot, edx);
3828 EmitSlotSearch(obj_proxy->var()->AsSlot(), ecx);