Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc35 class ReadBarrierSystemArrayCopySlowPathRISCV64 : public SlowPathCodeRISCV64 { class
37 ReadBarrierSystemArrayCopySlowPathRISCV64(HInstruction* instruction, Location tmp) in ReadBarrierSystemArrayCopySlowPathRISCV64() function in art::riscv64::ReadBarrierSystemArrayCopySlowPathRISCV64
90 DISALLOW_COPY_AND_ASSIGN(ReadBarrierSystemArrayCopySlowPathRISCV64);
1869 ReadBarrierSystemArrayCopySlowPathRISCV64(invoke, Location::RegisterLocation(tmp)); in VisitSystemArrayCopy()