Home
last modified time | relevance | path

Searched refs:LoadStringSlowPathX86_64 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc237 class LoadStringSlowPathX86_64 : public SlowPathCodeX86_64 { class
239 explicit LoadStringSlowPathX86_64(HLoadString* instruction) : instruction_(instruction) {} in LoadStringSlowPathX86_64() function in art::x86_64::LoadStringSlowPathX86_64
263 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathX86_64);
4173 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathX86_64(load); in VisitLoadString()