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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc399 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
401 LoadStringSlowPathARM64(HLoadString* instruction, Register temp, vixl::aarch64::Label* adrp_label) function in class:art::arm64::LoadStringSlowPathARM64
450 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathARM64"; }
456 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathARM64);
5119 new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load, temp, adrp_label);

Completed in 68 milliseconds