Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc484 class ReadBarrierMarkSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
486 ReadBarrierMarkSlowPathMIPS64(HInstruction* instruction, in ReadBarrierMarkSlowPathMIPS64() function in art::mips64::ReadBarrierMarkSlowPathMIPS64
558 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathMIPS64);
5272 new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathMIPS64( in GenerateGcRootFieldLoad()
5564 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathMIPS64(instruction, ref); in GenerateReferenceLoadWithBakerReadBarrier()