Searched refs:return_label (Results 1 – 2 of 2) sorted by relevance
6817 vixl::aarch64::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local6818 __ Cbz(root_reg, &return_label); in CompileBakerReadBarrierThunk()6822 __ Bind(&return_label); in CompileBakerReadBarrierThunk()
9877 vixl32::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local9878 __ CompareAndBranchIfZero(root_reg, &return_label, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()9883 __ Bind(&return_label); in CompileBakerReadBarrierThunk()