Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc905 class ReadBarrierForRootSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
907 ReadBarrierForRootSlowPathMIPS64(HInstruction* instruction, Location out, Location root) in ReadBarrierForRootSlowPathMIPS64() function in art::mips64::ReadBarrierForRootSlowPathMIPS64
947 DISALLOW_COPY_AND_ASSIGN(ReadBarrierForRootSlowPathMIPS64);
5636 new (GetScopedAllocator()) ReadBarrierForRootSlowPathMIPS64(instruction, out, root); in GenerateReadBarrierForRootSlow()