Lines Matching full:barrier
954 // Check whether the field is final. If it is, we need to add a barrier.
964 HMemoryBarrier* barrier = new (graph_->GetArena()) HMemoryBarrier(kStoreStore, kNoDexPc);
965 invoke_instruction->GetBlock()->InsertInstructionBefore(barrier, invoke_instruction);
993 // Read barrier generates a runtime call in slow path and we need a valid
1022 // Read barrier generates a runtime call in slow path and we need a valid
1055 // If it's a super invocation and we already generate a barrier there's no need