Home
last modified time | relevance | path

Searched refs:return_label (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc7066 vixl::aarch64::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local
7067 __ Cbz(root_reg, &return_label); in CompileBakerReadBarrierThunk()
7071 __ Bind(&return_label); in CompileBakerReadBarrierThunk()
Dcode_generator_arm_vixl.cc10039 vixl32::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local
10040 __ CompareAndBranchIfZero(root_reg, &return_label, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()
10045 __ Bind(&return_label); in CompileBakerReadBarrierThunk()