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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc335 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
337 explicit LoadStringSlowPathARM64(HLoadString* instruction) : SlowPathCodeARM64(instruction) {} function in class:art::arm64::LoadStringSlowPathARM64
360 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathARM64"; }
363 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathARM64);
4123 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load);

Completed in 45 milliseconds