Searched refs:add_pc_label (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h438 Label add_pc_label; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
H A Dcode_generator_arm.cc5239 __ BindTrackedLabel(&labels->add_pc_label);
6519 DCHECK(info.add_pc_label.IsBound());
6520 uint32_t add_pc_offset = dchecked_integral_cast<uint32_t>(info.add_pc_label.Position());
6548 DCHECK(info.add_pc_label.IsBound());
6549 uint32_t add_pc_offset = dchecked_integral_cast<uint32_t>(info.add_pc_label.Position());
6729 __ BindTrackedLabel(&labels->add_pc_label);

Completed in 16 milliseconds