Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc466 class ReadBarrierMarkSlowPathX86 : public SlowPathCode { class
468 ReadBarrierMarkSlowPathX86(HInstruction* instruction, in ReadBarrierMarkSlowPathX86() function in art::x86::ReadBarrierMarkSlowPathX86
534 DISALLOW_COPY_AND_ASSIGN(ReadBarrierMarkSlowPathX86);
7992 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateGcRootFieldLoad()
8125 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateReferenceLoadWithBakerReadBarrier()