Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc525 class ReadBarrierMarkSlowPathMIPS : public SlowPathCodeMIPS { class
527 ReadBarrierMarkSlowPathMIPS(HInstruction* instruction, in ReadBarrierMarkSlowPathMIPS() function in art::mips::ReadBarrierMarkSlowPathMIPS
600 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathMIPS);
6201 new (GetGraph()->GetArena()) ReadBarrierMarkSlowPathMIPS( in GenerateGcRootFieldLoad()
6374 slow_path = new (GetGraph()->GetArena()) ReadBarrierMarkSlowPathMIPS(instruction, ref); in GenerateReferenceLoadWithBakerReadBarrier()