Searched defs:LoadClassSlowPathARM64 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc300 class LoadClassSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
302 LoadClassSlowPathARM64(HLoadClass* cls, function in class:art::arm64::LoadClassSlowPathARM64
380 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathARM64"; }
396 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathARM64);
3118 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64(
4984 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64(

Completed in 18 milliseconds