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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc276 class LoadClassSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
278 LoadClassSlowPathARM64(HLoadClass* cls, function in class:art::arm64::LoadClassSlowPathARM64
316 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathARM64"; }
332 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathARM64);
2356 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64(
3955 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64(

Completed in 31 milliseconds