Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc465 class ReadBarrierMarkSlowPathX86_64 : public SlowPathCode { class
467 ReadBarrierMarkSlowPathX86_64(HInstruction* instruction, in ReadBarrierMarkSlowPathX86_64() function in art::x86_64::ReadBarrierMarkSlowPathX86_64
535 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathX86_64);
6559 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateGcRootFieldLoad()
6694 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()