Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc7367 vixl::aarch64::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local
7368 __ Cbz(root_reg, &return_label); in CompileBakerReadBarrierThunk()
7372 __ Bind(&return_label); in CompileBakerReadBarrierThunk()
Dcode_generator_arm_vixl.cc10373 vixl32::Label return_label, not_marked, forwarding_address; in CompileBakerReadBarrierThunk() local
10374 __ CompareAndBranchIfZero(root_reg, &return_label, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()
10379 __ Bind(&return_label); in CompileBakerReadBarrierThunk()