Home | History | Annotate | Download | only in arm64

Lines Matching defs:needs_frame

758   Label needs_frame, call_deopt_entry;
780 if (table_entry->needs_frame) {
783 // Save lr before Bl, fp will be adjusted in the needs_frame code.
785 // Reuse the existing needs_frame code.
786 __ Bl(&needs_frame);
796 if (needs_frame.is_linked()) {
802 Comment(";;; needs_frame common code");
805 __ Bind(&needs_frame);