Home | History | Annotate | Download | only in s390

Lines Matching full:code_entry

424                                                Register code_entry,
434 DCHECK(code_entry.is(r6));
441 CmpP(ip, code_entry);
449 CheckPageFlag(code_entry, scratch,
457 // Save caller-saved registers. js_function and code_entry are in the
460 // DCHECK(kJSCallerSaved & code_entry.bit());
461 MultiPush(kJSCallerSaved | code_entry.bit() | r14.bit());
464 PrepareCallCFunction(argument_count, code_entry);
478 // Restore caller-saved registers (including js_function and code_entry).
479 MultiPop(kJSCallerSaved | code_entry.bit() | r14.bit());