Searched defs: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::LoadStringSlowPathARM64