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

/art/compiler/optimizing/
H A Dcode_generator_arm.h436 Label movw_label; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
H A Dcode_generator_arm.cc5235 __ BindTrackedLabel(&labels->movw_label);
6522 DCHECK(info.movw_label.IsBound());
6523 uint32_t movw_offset = dchecked_integral_cast<uint32_t>(info.movw_label.Position());
6551 DCHECK(info.movw_label.IsBound());
6552 uint32_t movw_offset = dchecked_integral_cast<uint32_t>(info.movw_label.Position());
6725 __ BindTrackedLabel(&labels->movw_label);

Completed in 46 milliseconds