Home
last modified time | relevance | path

Searched defs:BakerReadBarrierPatchInfo (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h860 struct BakerReadBarrierPatchInfo { struct
861 explicit BakerReadBarrierPatchInfo(uint32_t data) : label(), custom_data(data) { } in BakerReadBarrierPatchInfo() function
863 vixl::aarch32::Label label;
864 uint32_t custom_data;
Dcode_generator_arm64.h880 struct BakerReadBarrierPatchInfo { struct
881 explicit BakerReadBarrierPatchInfo(uint32_t data) : label(), custom_data(data) { } in BakerReadBarrierPatchInfo() function
883 vixl::aarch64::Label label;
884 uint32_t custom_data;