Home | History | Annotate | Download | only in arm

Lines Matching full:function_reg

3314   Register function_reg = r1;
3320 __ ldr(cp, FieldMemOperand(function_reg, JSFunction::kContextOffset));
3327 __ ldr(ip, FieldMemOperand(function_reg, JSFunction::kCodeEntryOffset));
3336 __ InvokeFunction(function_reg, expected, count, CALL_FUNCTION, generator);