Home | History | Annotate | Download | only in ia32

Lines Matching full:function_reg

3193   Register function_reg = edi;
3197 __ mov(esi, FieldOperand(function_reg, JSFunction::kContextOffset));
3207 __ call(FieldOperand(function_reg, JSFunction::kCodeEntryOffset));
3217 __ InvokeFunction(function_reg, expected, count, CALL_FUNCTION, generator);