Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc573 class ArraySetSlowPathRISCV64 : public SlowPathCodeRISCV64 { class
575 explicit ArraySetSlowPathRISCV64(HInstruction* instruction) : SlowPathCodeRISCV64(instruction) {} in ArraySetSlowPathRISCV64() function in art::riscv64::ArraySetSlowPathRISCV64
611 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathRISCV64);
2982 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathRISCV64(instruction); in VisitArraySet()