Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc502 class ReadBarrierMarkSlowPathX86 : public SlowPathCode { class
504 ReadBarrierMarkSlowPathX86(HInstruction* instruction, in ReadBarrierMarkSlowPathX86() function in art::x86::ReadBarrierMarkSlowPathX86
569 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathX86);
8616 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateGcRootFieldLoad()
8746 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateReferenceLoadWithBakerReadBarrier()