Home
last modified time | relevance | path

Searched defs:LoadClassSlowPathRISCV64 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.cc407 class LoadClassSlowPathRISCV64 : public SlowPathCodeRISCV64 { class
409 LoadClassSlowPathRISCV64(HLoadClass* cls, HInstruction* at) : SlowPathCodeRISCV64(at), cls_(cls) { in LoadClassSlowPathRISCV64() function in art::riscv64::LoadClassSlowPathRISCV64