Searched refs:constructor_fences (Results 1 – 1 of 1) sorted by relevance
3021 ScopedArenaVector<InstructionUse<HConstructorFence>> constructor_fences( in FixupUses() local3025 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() argument3204 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() argument3307 constructor_fences.reserve(size); in CollectReplacements()[all …]