Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc557 class ArraySetSlowPathARM64 : public SlowPathCodeARM64 { class
559 explicit ArraySetSlowPathARM64(HInstruction* instruction) : SlowPathCodeARM64(instruction) {} in ArraySetSlowPathARM64() function in art::arm64::ArraySetSlowPathARM64
595 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathARM64);
3117 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARM64(instruction); in VisitArraySet()