Home | History | Annotate | Download | only in ia32

Lines Matching refs:scratch

625 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
633 __ LoadContext(scratch, context_chain_length);
634 return CodeGenerator::ContextOperand(scratch, slot->index());