Home | History | Annotate | Download | only in x64

Lines Matching refs:adapted

3147     Label done, adapted;
3151 __ j(equal, &adapted, Label::kNear);
3158 __ bind(&adapted);
3161 // Result is the frame pointer for the frame if not adapted and for the real
3162 // frame below the adaptor frame if adapted.