Lines Matching defs: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 real3162 // frame below the adaptor frame if adapted.