Searched refs:LoadStringSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance
213 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 { class215 explicit LoadStringSlowPathARM64(HLoadString* instruction) : instruction_(instruction) {} in LoadStringSlowPathARM64() function in art::arm64::LoadStringSlowPathARM64240 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathARM64);2157 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load); in VisitLoadString()