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.cc477 class ReadBarrierMarkSlowPathX86_64 : public SlowPathCode { class
479 ReadBarrierMarkSlowPathX86_64(HInstruction* instruction, in ReadBarrierMarkSlowPathX86_64() function in art::x86_64::ReadBarrierMarkSlowPathX86_64
547 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathX86_64);
7269 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateGcRootFieldLoad()
7404 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()