Searched refs:LoadStringSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance
221 class LoadStringSlowPathMIPS64 : public SlowPathCodeMIPS64 { class223 explicit LoadStringSlowPathMIPS64(HLoadString* instruction) : instruction_(instruction) {} in LoadStringSlowPathMIPS64() function in art::mips64::LoadStringSlowPathMIPS64252 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathMIPS64);2539 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathMIPS64(load); in VisitLoadString()