Searched refs:return_label_ (Results 1 – 8 of 8) sorted by relevance
828 Label return_label_; variable
401 if (return_label_.is_bound()) { in EmitReturnSequence()402 __ B(&return_label_); in EmitReturnSequence()405 __ Bind(&return_label_); in EmitReturnSequence()
376 if (return_label_.is_bound()) { in EmitReturnSequence()377 __ jmp(&return_label_); in EmitReturnSequence()380 __ bind(&return_label_); in EmitReturnSequence()
373 if (return_label_.is_bound()) { in EmitReturnSequence()374 __ jmp(&return_label_); in EmitReturnSequence()377 __ bind(&return_label_); in EmitReturnSequence()
380 if (return_label_.is_bound()) { in EmitReturnSequence()381 __ jmp(&return_label_); in EmitReturnSequence()383 __ bind(&return_label_); in EmitReturnSequence()
399 if (return_label_.is_bound()) { in EmitReturnSequence()400 __ Branch(&return_label_); in EmitReturnSequence()402 __ bind(&return_label_); in EmitReturnSequence()
416 if (return_label_.is_bound()) { in EmitReturnSequence()417 __ b(&return_label_); in EmitReturnSequence()419 __ bind(&return_label_); in EmitReturnSequence()
403 if (return_label_.is_bound()) { in EmitReturnSequence()404 __ Branch(&return_label_); in EmitReturnSequence()406 __ bind(&return_label_); in EmitReturnSequence()