Lines Matching defs:adapted
3599 Label done, adapted;3604 __ j(equal, &adapted, Label::kNear);3611 __ bind(&adapted);3614 // Result is the frame pointer for the frame if not adapted and for the real3615 // frame below the adaptor frame if adapted.