Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc185 class LoadClassSlowPathX86_64 : public SlowPathCodeX86_64 { class
187 LoadClassSlowPathX86_64(HLoadClass* cls, in LoadClassSlowPathX86_64() function in art::x86_64::LoadClassSlowPathX86_64
234 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathX86_64);
4135 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86_64( in VisitLoadClass()
4159 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86_64( in VisitClinitCheck()