Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc3021 ScopedArenaVector<InstructionUse<HConstructorFence>> constructor_fences( in FixupUses() local
3025 CollectReplacements(to_replace, to_remove, constructor_fences, to_predicate); in FixupUses()
3031 DCHECK(constructor_fences.empty()); in FixupUses()
3037 CreateConstructorFences(constructor_fences); in FixupUses()
3203 const ScopedArenaVector<InstructionUse<HConstructorFence>>& constructor_fences) { in CreateConstructorFences() argument
3204 if (!constructor_fences.empty()) { in CreateConstructorFences()
3205 uint32_t pc = constructor_fences.front().instruction_->GetDexPc(); in CreateConstructorFences()
3206 for (auto& [cf, idx] : constructor_fences) { in CreateConstructorFences()
3302 ScopedArenaVector<InstructionUse<HConstructorFence>>& constructor_fences, in CollectReplacements() argument
3307 constructor_fences.reserve(size); in CollectReplacements()
[all …]