Searched refs:pred_is_null (Results 1 – 4 of 4) sorted by relevance
2098 std::optional<vixl::aarch64::Label> pred_is_null; in HandleFieldSet() local2100 pred_is_null.emplace(); in HandleFieldSet()2101 __ Cbz(obj, &*pred_is_null); in HandleFieldSet()2133 __ Bind(&*pred_is_null); in HandleFieldSet()
5737 std::optional<vixl::aarch32::Label> pred_is_null; in HandleFieldSet() local5749 pred_is_null.emplace(); in HandleFieldSet()5750 __ CompareAndBranchIfZero(base, &*pred_is_null, /* is_far_target= */ false); in HandleFieldSet()5858 __ Bind(&*pred_is_null); in HandleFieldSet()
5063 NearLabel pred_is_null; in HandleFieldSet() local5066 __ j(kZero, &pred_is_null); in HandleFieldSet()5177 __ Bind(&pred_is_null); in HandleFieldSet()
6003 NearLabel pred_is_null; in HandleFieldSet() local6006 __ j(kEqual, &pred_is_null); in HandleFieldSet()6018 __ Bind(&pred_is_null); in HandleFieldSet()