Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc754 class LoadStringSlowPathRISCV64 : public SlowPathCodeRISCV64 { class
756 explicit LoadStringSlowPathRISCV64(HLoadString* instruction) in LoadStringSlowPathRISCV64() function in art::riscv64::LoadStringSlowPathRISCV64
787 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathRISCV64);
4534 new (codegen_->GetScopedAllocator()) LoadStringSlowPathRISCV64(instruction); in VisitLoadString()