Home | History | Annotate | Download | only in ia32

Lines Matching refs:edi

132   __ push(edi);  // Callee's JS function.
164 // Argument to NewContext is the function, which is still in edi.
165 __ push(edi);
2443 ASSERT(function.is(edi)); // Required by InvokeFunction.
2551 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
2569 __ call(FieldOperand(edi, JSFunction::kCodeEntryOffset));
2579 __ mov(edi, instr->function());
2948 __ mov(edi, instr->target());
2955 ASSERT(ToRegister(instr->constructor()).is(edi));
3878 // edi = JS function.
3882 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
3883 __ mov(ecx, FieldOperand(edi, JSFunction::kLiteralsOffset));