Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc402 class ArraySetSlowPathX86_64 : public SlowPathCode { class
404 explicit ArraySetSlowPathX86_64(HInstruction* instruction) : SlowPathCode(instruction) {} in ArraySetSlowPathX86_64() function in art::x86_64::ArraySetSlowPathX86_64
443 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathX86_64);
4788 slow_path = new (GetGraph()->GetArena()) ArraySetSlowPathX86_64(instruction); in VisitArraySet()